Html Css Color HEX #612658 Palatinate Purple

📋 copy color: '#612658'

red 97 ◦ green 38 ◦ blue 88

#612658
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #612658

Tints of Palatinate Purple #612658

RGB

 RED value IS 97 (38.28% from 255) = 43.5%

 GREEN value IS 38 (15.23% from 255) = 17.04%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 43.5%
G = 17.04%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#612658 (or 0x612658) is known color: Palatinate Purple. HEX triplet: 61, 26 and 58. RGB value is (97,38,88). Sum of RGB (Red+Green+Blue) = 97+38+88=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612658 is #9ED9A7. Grayscale: #3D3D3D. Windows color (decimal): -10410408 or 5776993. OLE color: 5776993.

HSL color Cylindrical-coordinate representation of color #612658: hue angle of 309.15º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #612658 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 88 -
CMYK 0 0.61 0.09 0.62
HSL 309.15º 0.44% 0.26% -
HSV(B) 309.15º 0.61% 0.38% -
XYZ 7.38 4.63 9.74 -
YUV 61.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 97 38 88 0 0.61 0.09 0.62 309.15 0.44 0.26
Hex 61 26 58 0 3D 9 3E 135 2C 1A
Octal 141 46 130 0 75 11 76 465 54 32
Binary 1100001 100110 1011000 0 111101 1001 111110 100110101 101100 11010

Color Harmonies of #612658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612658

Black with #612658

Text Example


Text Example

White with #612658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612658; }

 p { color: rgb(97,38,88); }

 H1.HeaderClassName
 {
   color: #612658;
 }
 .AnyTagClassName
 {
   color: #612658;
 }
</style>

background-color css

<style>
 a { background-color: #612658; }

 a { background-color: rgb(97,38,88); }

 div.DivClassName
 {
   background-color: #612658;
 }
 .BgClassName
 {
   background-color: #612658;
 }
</style>

border-color css

<style>
 span { border-color: #612658; }

 span { border-color: rgb(97,38,88); }

 td.TdClassName
 {
   border-color: #612658;
 }
 .TagClassName
 {
   border-color: #612658;
 }
</style>