Html Css Color HEX #611659 Palatinate Purple

📋 copy color: '#611659'

red 97 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #611659

Tints of Palatinate Purple #611659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 46.63%
G = 10.58%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611659 (or 0x611659) is known color: Palatinate Purple. HEX triplet: 61, 16 and 59. RGB value is (97,22,89). Sum of RGB (Red+Green+Blue) = 97+22+89=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611659 is #9EE9A6. Grayscale: #333333. Windows color (decimal): -10414503 or 5838433. OLE color: 5838433.

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

Color convert

RGB 97 22 89 -
CMYK 0 0.77 0.08 0.62
HSL 306.4º 0.63% 0.23% -
HSV(B) 306.4º 0.77% 0.38% -
XYZ 7.02 3.84 9.82 -
YUV 52.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 97 22 89 0 0.77 0.08 0.62 306.4 0.63 0.23
Hex 61 16 59 0 4D 8 3E 132 3F 17
Octal 141 26 131 0 115 10 76 462 77 27
Binary 1100001 10110 1011001 0 1001101 1000 111110 100110010 111111 10111

Color Harmonies of #611659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611659

Black with #611659

Text Example


Text Example

White with #611659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611659; }

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

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

background-color css

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

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

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

border-color css

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

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

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