Html Css Color HEX #60005C Palatinate Purple

📋 copy color: '#60005C'

red 96 ◦ green 0 ◦ blue 92

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

Shades of Palatinate Purple #60005C

Tints of Palatinate Purple #60005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.06%
G = 0%
B = 48.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60005C (or 0x60005C) is known color: Palatinate Purple. HEX triplet: 60, 00 and 5C. RGB value is (96,0,92). Sum of RGB (Red+Green+Blue) = 96+0+92=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #60005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60005C is #9FFFA3. Grayscale: #262626. Windows color (decimal): -10485668 or 6029408. OLE color: 6029408.

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

Color convert

RGB 96 0 92 -
CMYK 0 1 0.04 0.62
HSL 302.5º 1% 0.19% -
HSV(B) 302.5º 1% 0.38% -
XYZ 6.76 3.26 10.4 -
YUV 39.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 96 0 92 0 1 0.04 0.62 302.5 1 0.19
Hex 60 0 5C 0 64 4 3E 12E 64 13
Octal 140 0 134 0 144 4 76 456 144 23
Binary 1100000 0 1011100 0 1100100 100 111110 100101110 1100100 10011

Color Harmonies of #60005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60005C

Black with #60005C

Text Example


Text Example

White with #60005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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