Html Css Color HEX #600666 Palatinate Purple

📋 copy color: '#600666'

red 96 ◦ green 6 ◦ blue 102

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

Shades of Palatinate Purple #600666

Tints of Palatinate Purple #600666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 47.06%
G = 2.94%
B = 50%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#600666 (or 0x600666) is known color: Palatinate Purple. HEX triplet: 60, 06 and 66. RGB value is (96,6,102). Sum of RGB (Red+Green+Blue) = 96+6+102=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #600666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600666 is #9FF999. Grayscale: #2B2B2B. Windows color (decimal): -10484122 or 6686304. OLE color: 6686304.

HSL color Cylindrical-coordinate representation of color #600666: hue angle of 296.25º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600666 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 6 102 -
CMYK 0.06 0.94 0 0.6
HSL 296.25º 0.89% 0.21% -
HSV(B) 296.25º 0.94% 0.4% -
XYZ 7.29 3.58 12.88 -
YUV 43.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 96 6 102 0.06 0.94 0 0.6 296.25 0.89 0.21
Hex 60 6 66 6 5E 0 3C 128 59 15
Octal 140 6 146 6 136 0 74 450 131 25
Binary 1100000 110 1100110 110 1011110 0 111100 100101000 1011001 10101

Color Harmonies of #600666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600666

Black with #600666

Text Example


Text Example

White with #600666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600666; }

 p { color: rgb(96,6,102); }

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

background-color css

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

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

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

border-color css

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

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

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