Html Css Color HEX #611151 Palatinate Purple

📋 copy color: '#611151'

red 97 ◦ green 17 ◦ blue 81

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

Shades of Palatinate Purple #611151

Tints of Palatinate Purple #611151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 49.74%
G = 8.72%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#611151 (or 0x611151) is known color: Palatinate Purple. HEX triplet: 61, 11 and 51. RGB value is (97,17,81). Sum of RGB (Red+Green+Blue) = 97+17+81=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #611151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611151 is #9EEEAE. Grayscale: #303030. Windows color (decimal): -10415791 or 5312865. OLE color: 5312865.

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

Color convert

RGB 97 17 81 -
CMYK 0 0.82 0.16 0.62
HSL 312º 0.7% 0.22% -
HSV(B) 312º 0.82% 0.38% -
XYZ 6.62 3.54 8.12 -
YUV 48.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 97 17 81 0 0.82 0.16 0.62 312 0.7 0.22
Hex 61 11 51 0 52 10 3E 138 46 16
Octal 141 21 121 0 122 20 76 470 106 26
Binary 1100001 10001 1010001 0 1010010 10000 111110 100111000 1000110 10110

Color Harmonies of #611151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611151

Black with #611151

Text Example


Text Example

White with #611151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611151; }

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

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

background-color css

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

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

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

border-color css

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

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

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