Html Css Color HEX #611259 Palatinate Purple

📋 copy color: '#611259'

red 97 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #611259

Tints of Palatinate Purple #611259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 47.55%
G = 8.82%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611259 (or 0x611259) is known color: Palatinate Purple. HEX triplet: 61, 12 and 59. RGB value is (97,18,89). Sum of RGB (Red+Green+Blue) = 97+18+89=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611259 is #9EEDA6. Grayscale: #313131. Windows color (decimal): -10415527 or 5837409. OLE color: 5837409.

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

Color convert

RGB 97 18 89 -
CMYK 0 0.81 0.08 0.62
HSL 306.08º 0.69% 0.23% -
HSV(B) 306.08º 0.81% 0.38% -
XYZ 6.95 3.7 9.8 -
YUV 49.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 97 18 89 0 0.81 0.08 0.62 306.08 0.69 0.23
Hex 61 12 59 0 51 8 3E 132 45 17
Octal 141 22 131 0 121 10 76 462 105 27
Binary 1100001 10010 1011001 0 1010001 1000 111110 100110010 1000101 10111

Color Harmonies of #611259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611259

Black with #611259

Text Example


Text Example

White with #611259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611259; }

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

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

background-color css

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

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

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

border-color css

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

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

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