Html Css Color HEX #60015C Palatinate Purple

📋 copy color: '#60015C'

red 96 ◦ green 1 ◦ blue 92

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

Shades of Palatinate Purple #60015C

Tints of Palatinate Purple #60015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 50.79%
G = 0.53%
B = 48.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60015C (or 0x60015C) is known color: Palatinate Purple. HEX triplet: 60, 01 and 5C. RGB value is (96,1,92). Sum of RGB (Red+Green+Blue) = 96+1+92=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60015C is #9FFEA3. Grayscale: #272727. Windows color (decimal): -10485412 or 6029664. OLE color: 6029664.

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

Color convert

RGB 96 1 92 -
CMYK 0 0.99 0.04 0.62
HSL 302.53º 0.98% 0.19% -
HSV(B) 302.53º 0.99% 0.38% -
XYZ 6.77 3.28 10.4 -
YUV 39.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 96 1 92 0 0.99 0.04 0.62 302.53 0.98 0.19
Hex 60 1 5C 0 63 4 3E 12F 62 13
Octal 140 1 134 0 143 4 76 457 142 23
Binary 1100000 1 1011100 0 1100011 100 111110 100101111 1100010 10011

Color Harmonies of #60015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60015C

Black with #60015C

Text Example


Text Example

White with #60015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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