Html Css Color HEX #612C51 Palatinate Purple

📋 copy color: '#612C51'

red 97 ◦ green 44 ◦ blue 81

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

Shades of Palatinate Purple #612C51

Tints of Palatinate Purple #612C51

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

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

R = 43.69%
G = 19.82%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612C51 (or 0x612C51) is known color: Palatinate Purple. HEX triplet: 61, 2C and 51. RGB value is (97,44,81). Sum of RGB (Red+Green+Blue) = 97+44+81=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C51 is #9ED3AE. Grayscale: #3F3F3F. Windows color (decimal): -10408879 or 5319777. OLE color: 5319777.

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

Color convert

RGB 97 44 81 -
CMYK 0 0.55 0.16 0.62
HSL 318.11º 0.38% 0.28% -
HSV(B) 318.11º 0.55% 0.38% -
XYZ 7.32 4.94 8.35 -
YUV 64.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 97 44 81 0 0.55 0.16 0.62 318.11 0.38 0.28
Hex 61 2C 51 0 37 10 3E 13E 26 1C
Octal 141 54 121 0 67 20 76 476 46 34
Binary 1100001 101100 1010001 0 110111 10000 111110 100111110 100110 11100

Color Harmonies of #612C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C51

Black with #612C51

Text Example


Text Example

White with #612C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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