Html Css Color HEX #60164F Palatinate Purple

📋 copy color: '#60164F'

red 96 ◦ green 22 ◦ blue 79

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

Shades of Palatinate Purple #60164F

Tints of Palatinate Purple #60164F

RGB

 RED value IS 96 (37.89% from 255) = 48.73%

 GREEN value IS 22 (8.98% from 255) = 11.17%

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 48.73%
G = 11.17%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60164F (or 0x60164F) is known color: Palatinate Purple. HEX triplet: 60, 16 and 4F. RGB value is (96,22,79). Sum of RGB (Red+Green+Blue) = 96+22+79=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60164F is #9FE9B0. Grayscale: #323232. Windows color (decimal): -10480049 or 5183072. OLE color: 5183072.

HSL color Cylindrical-coordinate representation of color #60164F: hue angle of 313.78º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60164F is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 79 -
CMYK 0 0.77 0.18 0.62
HSL 313.78º 0.63% 0.23% -
HSV(B) 313.78º 0.77% 0.38% -
XYZ 6.52 3.63 7.75 -
YUV 50.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 96 22 79 0 0.77 0.18 0.62 313.78 0.63 0.23
Hex 60 16 4F 0 4D 12 3E 13A 3F 17
Octal 140 26 117 0 115 22 76 472 77 27
Binary 1100000 10110 1001111 0 1001101 10010 111110 100111010 111111 10111

Color Harmonies of #60164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60164F

Black with #60164F

Text Example


Text Example

White with #60164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60164F; }

 p { color: rgb(96,22,79); }

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

background-color css

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

 a { background-color: rgb(96,22,79); }

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

border-color css

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

 span { border-color: rgb(96,22,79); }

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