Html Css Color HEX #612551 Palatinate Purple

📋 copy color: '#612551'

red 97 ◦ green 37 ◦ blue 81

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

Shades of Palatinate Purple #612551

Tints of Palatinate Purple #612551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 45.12%
G = 17.21%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#612551 (or 0x612551) is known color: Palatinate Purple. HEX triplet: 61, 25 and 51. RGB value is (97,37,81). Sum of RGB (Red+Green+Blue) = 97+37+81=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612551 is #9EDAAE. Grayscale: #3B3B3B. Windows color (decimal): -10410671 or 5317985. OLE color: 5317985.

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

Color convert

RGB 97 37 81 -
CMYK 0 0.62 0.16 0.62
HSL 316º 0.45% 0.26% -
HSV(B) 316º 0.62% 0.38% -
XYZ 7.08 4.46 8.27 -
YUV 59.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 97 37 81 0 0.62 0.16 0.62 316 0.45 0.26
Hex 61 25 51 0 3E 10 3E 13C 2D 1A
Octal 141 45 121 0 76 20 76 474 55 32
Binary 1100001 100101 1010001 0 111110 10000 111110 100111100 101101 11010

Color Harmonies of #612551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612551

Black with #612551

Text Example


Text Example

White with #612551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612551; }

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

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

background-color css

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

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

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

border-color css

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

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

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