Html Css Color HEX #612251 Palatinate Purple

📋 copy color: '#612251'

red 97 ◦ green 34 ◦ blue 81

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

Shades of Palatinate Purple #612251

Tints of Palatinate Purple #612251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 45.75%
G = 16.04%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612251 (or 0x612251) is known color: Palatinate Purple. HEX triplet: 61, 22 and 51. RGB value is (97,34,81). Sum of RGB (Red+Green+Blue) = 97+34+81=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #612251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612251 is #9EDDAE. Grayscale: #3A3A3A. Windows color (decimal): -10411439 or 5317217. OLE color: 5317217.

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

Color convert

RGB 97 34 81 -
CMYK 0 0.65 0.16 0.62
HSL 315.24º 0.48% 0.26% -
HSV(B) 315.24º 0.65% 0.38% -
XYZ 6.99 4.28 8.24 -
YUV 58.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 97 34 81 0 0.65 0.16 0.62 315.24 0.48 0.26
Hex 61 22 51 0 41 10 3E 13B 30 1A
Octal 141 42 121 0 101 20 76 473 60 32
Binary 1100001 100010 1010001 0 1000001 10000 111110 100111011 110000 11010

Color Harmonies of #612251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612251

Black with #612251

Text Example


Text Example

White with #612251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612251; }

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

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

background-color css

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

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

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

border-color css

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

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

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