Html Css Color HEX #612559 Palatinate Purple

📋 copy color: '#612559'

red 97 ◦ green 37 ◦ blue 89

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

Shades of Palatinate Purple #612559

Tints of Palatinate Purple #612559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 43.5%
G = 16.59%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#612559 (or 0x612559) is known color: Palatinate Purple. HEX triplet: 61, 25 and 59. RGB value is (97,37,89). Sum of RGB (Red+Green+Blue) = 97+37+89=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612559 is #9EDAA6. Grayscale: #3C3C3C. Windows color (decimal): -10410663 or 5842273. OLE color: 5842273.

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

Color convert

RGB 97 37 89 -
CMYK 0 0.62 0.08 0.62
HSL 308º 0.45% 0.26% -
HSV(B) 308º 0.62% 0.38% -
XYZ 7.39 4.59 9.95 -
YUV 60.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 97 37 89 0 0.62 0.08 0.62 308 0.45 0.26
Hex 61 25 59 0 3E 8 3E 134 2D 1A
Octal 141 45 131 0 76 10 76 464 55 32
Binary 1100001 100101 1011001 0 111110 1000 111110 100110100 101101 11010

Color Harmonies of #612559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612559

Black with #612559

Text Example


Text Example

White with #612559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612559; }

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

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

background-color css

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

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

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

border-color css

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

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

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