Html Css Color HEX #612160 Palatinate Purple

📋 copy color: '#612160'

red 97 ◦ green 33 ◦ blue 96

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

Shades of Palatinate Purple #612160

Tints of Palatinate Purple #612160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 42.92%
G = 14.6%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#612160 (or 0x612160) is known color: Palatinate Purple. HEX triplet: 61, 21 and 60. RGB value is (97,33,96). Sum of RGB (Red+Green+Blue) = 97+33+96=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #612160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612160 is #9EDE9F. Grayscale: #3B3B3B. Windows color (decimal): -10411680 or 6300001. OLE color: 6300001.

HSL color Cylindrical-coordinate representation of color #612160: hue angle of 300.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612160 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 96 -
CMYK 0 0.66 0.01 0.62
HSL 300.94º 0.49% 0.25% -
HSV(B) 300.94º 0.66% 0.38% -
XYZ 7.58 4.47 11.53 -
YUV 59.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 97 33 96 0 0.66 0.01 0.62 300.94 0.49 0.25
Hex 61 21 60 0 42 1 3E 12D 31 19
Octal 141 41 140 0 102 1 76 455 61 31
Binary 1100001 100001 1100000 0 1000010 1 111110 100101101 110001 11001

Color Harmonies of #612160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612160

Black with #612160

Text Example


Text Example

White with #612160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612160; }

 p { color: rgb(97,33,96); }

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

background-color css

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

 a { background-color: rgb(97,33,96); }

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

border-color css

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

 span { border-color: rgb(97,33,96); }

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