Html Css Color HEX #60106C Palatinate Purple

📋 copy color: '#60106C'

red 96 ◦ green 16 ◦ blue 108

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

Shades of Palatinate Purple #60106C

Tints of Palatinate Purple #60106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 43.64%
G = 7.27%
B = 49.09%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60106C (or 0x60106C) is known color: Palatinate Purple. HEX triplet: 60, 10 and 6C. RGB value is (96,16,108). Sum of RGB (Red+Green+Blue) = 96+16+108=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #60106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60106C is #9FEF93. Grayscale: #323232. Windows color (decimal): -10481556 or 7082080. OLE color: 7082080.

HSL color Cylindrical-coordinate representation of color #60106C: hue angle of 292.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60106C is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 16 108 -
CMYK 0.11 0.85 0 0.58
HSL 292.17º 0.74% 0.24% -
HSV(B) 292.17º 0.85% 0.42% -
XYZ 7.72 3.94 14.54 -
YUV 50.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 96 16 108 0.11 0.85 0 0.58 292.17 0.74 0.24
Hex 60 10 6C B 55 0 3A 124 4A 18
Octal 140 20 154 13 125 0 72 444 112 30
Binary 1100000 10000 1101100 1011 1010101 0 111010 100100100 1001010 11000

Color Harmonies of #60106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60106C

Black with #60106C

Text Example


Text Example

White with #60106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60106C; }

 p { color: rgb(96,16,108); }

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

background-color css

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

 a { background-color: rgb(96,16,108); }

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

border-color css

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

 span { border-color: rgb(96,16,108); }

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