Html Css Color HEX #600060 Palatinate Purple

📋 copy color: '#600060'

red 96 ◦ green 0 ◦ blue 96

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

Shades of Palatinate Purple #600060

Tints of Palatinate Purple #600060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600060 (or 0x600060) is known color: Palatinate Purple. HEX triplet: 60, 00 and 60. RGB value is (96,0,96). Sum of RGB (Red+Green+Blue) = 96+0+96=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600060 is #9FFF9F. Grayscale: #272727. Windows color (decimal): -10485664 or 6291552. OLE color: 6291552.

HSL color Cylindrical-coordinate representation of color #600060: hue angle of 300º 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 #600060 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 0 96 -
CMYK 0 1 0 0.62
HSL 300º 1% 0.19% -
HSV(B) 300º 1% 0.38% -
XYZ 6.94 3.33 11.34 -
YUV 39.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 96 0 96 0 1 0 0.62 300 1 0.19
Hex 60 0 60 0 64 0 3E 12C 64 13
Octal 140 0 140 0 144 0 76 454 144 23
Binary 1100000 0 1100000 0 1100100 0 111110 100101100 1100100 10011

Color Harmonies of #600060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600060

Black with #600060

Text Example


Text Example

White with #600060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600060; }

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

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

background-color css

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

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

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

border-color css

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

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

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