Html Css Color HEX #611162 Palatinate Purple

📋 copy color: '#611162'

red 97 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #611162

Tints of Palatinate Purple #611162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

 BLUE value IS 98 (38.67% from 255) = 46.23%

R = 45.75%
G = 8.02%
B = 46.23%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611162 (or 0x611162) is known color: Palatinate Purple. HEX triplet: 61, 11 and 62. RGB value is (97,17,98). Sum of RGB (Red+Green+Blue) = 97+17+98=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #611162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611162 is #9EEE9D. Grayscale: #313131. Windows color (decimal): -10415774 or 6426977. OLE color: 6426977.

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

Color convert

RGB 97 17 98 -
CMYK 0.01 0.83 0 0.62
HSL 299.26º 0.7% 0.23% -
HSV(B) 299.26º 0.83% 0.38% -
XYZ 7.33 3.82 11.91 -
YUV 50.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 97 17 98 0.01 0.83 0 0.62 299.26 0.7 0.23
Hex 61 11 62 1 53 0 3E 12B 46 17
Octal 141 21 142 1 123 0 76 453 106 27
Binary 1100001 10001 1100010 1 1010011 0 111110 100101011 1000110 10111

Color Harmonies of #611162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611162

Black with #611162

Text Example


Text Example

White with #611162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611162; }

 p { color: rgb(97,17,98); }

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

background-color css

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

 a { background-color: rgb(97,17,98); }

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

border-color css

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

 span { border-color: rgb(97,17,98); }

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