Html Css Color HEX #611359 Palatinate Purple

📋 copy color: '#611359'

red 97 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #611359

Tints of Palatinate Purple #611359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 47.32%
G = 9.27%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#611359 (or 0x611359) is known color: Palatinate Purple. HEX triplet: 61, 13 and 59. RGB value is (97,19,89). Sum of RGB (Red+Green+Blue) = 97+19+89=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611359 is #9EECA6. Grayscale: #323232. Windows color (decimal): -10415271 or 5837665. OLE color: 5837665.

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

Color convert

RGB 97 19 89 -
CMYK 0 0.80 0.08 0.62
HSL 306.15º 0.67% 0.23% -
HSV(B) 306.15º 0.8% 0.38% -
XYZ 6.97 3.73 9.8 -
YUV 50.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 97 19 89 0 0.80 0.08 0.62 306.15 0.67 0.23
Hex 61 13 59 0 50 8 3E 132 43 17
Octal 141 23 131 0 120 10 76 462 103 27
Binary 1100001 10011 1011001 0 1010000 1000 111110 100110010 1000011 10111

Color Harmonies of #611359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611359

Black with #611359

Text Example


Text Example

White with #611359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611359; }

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

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

background-color css

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

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

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

border-color css

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

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

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