Html Css Color HEX #612B51 Palatinate Purple

📋 copy color: '#612B51'

red 97 ◦ green 43 ◦ blue 81

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

Shades of Palatinate Purple #612B51

Tints of Palatinate Purple #612B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.46%

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

R = 43.89%
G = 19.46%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612B51 (or 0x612B51) is known color: Palatinate Purple. HEX triplet: 61, 2B and 51. RGB value is (97,43,81). Sum of RGB (Red+Green+Blue) = 97+43+81=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #612B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B51 is #9ED4AE. Grayscale: #3F3F3F. Windows color (decimal): -10409135 or 5319521. OLE color: 5319521.

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

Color convert

RGB 97 43 81 -
CMYK 0 0.56 0.16 0.62
HSL 317.78º 0.39% 0.27% -
HSV(B) 317.78º 0.56% 0.38% -
XYZ 7.28 4.86 8.34 -
YUV 63.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 97 43 81 0 0.56 0.16 0.62 317.78 0.39 0.27
Hex 61 2B 51 0 38 10 3E 13E 27 1B
Octal 141 53 121 0 70 20 76 476 47 33
Binary 1100001 101011 1010001 0 111000 10000 111110 100111110 100111 11011

Color Harmonies of #612B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B51

Black with #612B51

Text Example


Text Example

White with #612B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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