Html Css Color HEX #60096C Palatinate Purple

📋 copy color: '#60096C'

red 96 ◦ green 9 ◦ blue 108

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

Shades of Palatinate Purple #60096C

Tints of Palatinate Purple #60096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

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

R = 45.07%
G = 4.23%
B = 50.7%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60096C (or 0x60096C) is known color: Palatinate Purple. HEX triplet: 60, 09 and 6C. RGB value is (96,9,108). Sum of RGB (Red+Green+Blue) = 96+9+108=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #60096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60096C is #9FF693. Grayscale: #2D2D2D. Windows color (decimal): -10483348 or 7080288. OLE color: 7080288.

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

Color convert

RGB 96 9 108 -
CMYK 0.11 0.92 0 0.58
HSL 292.73º 0.85% 0.23% -
HSV(B) 292.73º 0.92% 0.42% -
XYZ 7.63 3.76 14.51 -
YUV 46.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 96 9 108 0.11 0.92 0 0.58 292.73 0.85 0.23
Hex 60 9 6C B 5C 0 3A 125 55 17
Octal 140 11 154 13 134 0 72 445 125 27
Binary 1100000 1001 1101100 1011 1011100 0 111010 100100101 1010101 10111

Color Harmonies of #60096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60096C

Black with #60096C

Text Example


Text Example

White with #60096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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