Html Css Color HEX #612D51 Palatinate Purple

📋 copy color: '#612D51'

red 97 ◦ green 45 ◦ blue 81

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

Shades of Palatinate Purple #612D51

Tints of Palatinate Purple #612D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.18%

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

R = 43.5%
G = 20.18%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612D51 (or 0x612D51) is known color: Palatinate Purple. HEX triplet: 61, 2D and 51. RGB value is (97,45,81). Sum of RGB (Red+Green+Blue) = 97+45+81=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #612D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D51 is #9ED2AE. Grayscale: #404040. Windows color (decimal): -10408623 or 5320033. OLE color: 5320033.

HSL color Cylindrical-coordinate representation of color #612D51: hue angle of 318.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #612D51 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 45 81 -
CMYK 0 0.54 0.16 0.62
HSL 318.46º 0.37% 0.28% -
HSV(B) 318.46º 0.54% 0.38% -
XYZ 7.35 5.01 8.36 -
YUV 64.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 97 45 81 0 0.54 0.16 0.62 318.46 0.37 0.28
Hex 61 2D 51 0 36 10 3E 13E 25 1C
Octal 141 55 121 0 66 20 76 476 45 34
Binary 1100001 101101 1010001 0 110110 10000 111110 100111110 100101 11100

Color Harmonies of #612D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D51

Black with #612D51

Text Example


Text Example

White with #612D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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