Html Css Color HEX #60115C Palatinate Purple

📋 copy color: '#60115C'

red 96 ◦ green 17 ◦ blue 92

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

Shades of Palatinate Purple #60115C

Tints of Palatinate Purple #60115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 46.83%
G = 8.29%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60115C (or 0x60115C) is known color: Palatinate Purple. HEX triplet: 60, 11 and 5C. RGB value is (96,17,92). Sum of RGB (Red+Green+Blue) = 96+17+92=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60115C is #9FEEA3. Grayscale: #303030. Windows color (decimal): -10481316 or 6033760. OLE color: 6033760.

HSL color Cylindrical-coordinate representation of color #60115C: hue angle of 303.04º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60115C is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 17 92 -
CMYK 0 0.82 0.04 0.62
HSL 303.04º 0.7% 0.22% -
HSV(B) 303.04º 0.82% 0.38% -
XYZ 6.96 3.66 10.47 -
YUV 49.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 96 17 92 0 0.82 0.04 0.62 303.04 0.7 0.22
Hex 60 11 5C 0 52 4 3E 12F 46 16
Octal 140 21 134 0 122 4 76 457 106 26
Binary 1100000 10001 1011100 0 1010010 100 111110 100101111 1000110 10110

Color Harmonies of #60115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60115C

Black with #60115C

Text Example


Text Example

White with #60115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,17,92); }

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

background-color css

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

 a { background-color: rgb(96,17,92); }

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

border-color css

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

 span { border-color: rgb(96,17,92); }

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