Html Css Color HEX #611859 Palatinate Purple

📋 copy color: '#611859'

red 97 ◦ green 24 ◦ blue 89

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

Shades of Palatinate Purple #611859

Tints of Palatinate Purple #611859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

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

R = 46.19%
G = 11.43%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611859 (or 0x611859) is known color: Palatinate Purple. HEX triplet: 61, 18 and 59. RGB value is (97,24,89). Sum of RGB (Red+Green+Blue) = 97+24+89=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #611859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611859 is #9EE7A6. Grayscale: #353535. Windows color (decimal): -10413991 or 5838945. OLE color: 5838945.

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

Color convert

RGB 97 24 89 -
CMYK 0 0.75 0.08 0.62
HSL 306.58º 0.6% 0.24% -
HSV(B) 306.58º 0.75% 0.38% -
XYZ 7.06 3.92 9.83 -
YUV 53.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 97 24 89 0 0.75 0.08 0.62 306.58 0.6 0.24
Hex 61 18 59 0 4B 8 3E 133 3C 18
Octal 141 30 131 0 113 10 76 463 74 30
Binary 1100001 11000 1011001 0 1001011 1000 111110 100110011 111100 11000

Color Harmonies of #611859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611859

Black with #611859

Text Example


Text Example

White with #611859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611859; }

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

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

background-color css

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

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

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

border-color css

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

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

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