Html Css Color HEX #612659 Palatinate Purple

📋 copy color: '#612659'

red 97 ◦ green 38 ◦ blue 89

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

Shades of Palatinate Purple #612659

Tints of Palatinate Purple #612659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 43.3%
G = 16.96%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#612659 (or 0x612659) is known color: Palatinate Purple. HEX triplet: 61, 26 and 59. RGB value is (97,38,89). Sum of RGB (Red+Green+Blue) = 97+38+89=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612659 is #9ED9A6. Grayscale: #3D3D3D. Windows color (decimal): -10410407 or 5842529. OLE color: 5842529.

HSL color Cylindrical-coordinate representation of color #612659: hue angle of 308.14º 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 #612659 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 89 -
CMYK 0 0.61 0.08 0.62
HSL 308.14º 0.44% 0.26% -
HSV(B) 308.14º 0.61% 0.38% -
XYZ 7.43 4.65 9.96 -
YUV 61.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 97 38 89 0 0.61 0.08 0.62 308.14 0.44 0.26
Hex 61 26 59 0 3D 8 3E 134 2C 1A
Octal 141 46 131 0 75 10 76 464 54 32
Binary 1100001 100110 1011001 0 111101 1000 111110 100110100 101100 11010

Color Harmonies of #612659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612659

Black with #612659

Text Example


Text Example

White with #612659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612659; }

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

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

background-color css

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

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

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

border-color css

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

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

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