Html Css Color HEX #601666 Palatinate Purple

📋 copy color: '#601666'

red 96 ◦ green 22 ◦ blue 102

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

Shades of Palatinate Purple #601666

Tints of Palatinate Purple #601666

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 43.64%
G = 10%
B = 46.36%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#601666 (or 0x601666) is known color: Palatinate Purple. HEX triplet: 60, 16 and 66. RGB value is (96,22,102). Sum of RGB (Red+Green+Blue) = 96+22+102=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #601666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601666 is #9FE999. Grayscale: #343434. Windows color (decimal): -10480026 or 6690400. OLE color: 6690400.

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

Color convert

RGB 96 22 102 -
CMYK 0.06 0.78 0 0.6
HSL 295.5º 0.65% 0.24% -
HSV(B) 295.5º 0.78% 0.4% -
XYZ 7.51 4.02 12.95 -
YUV 53.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 96 22 102 0.06 0.78 0 0.6 295.5 0.65 0.24
Hex 60 16 66 6 4E 0 3C 128 41 18
Octal 140 26 146 6 116 0 74 450 101 30
Binary 1100000 10110 1100110 110 1001110 0 111100 100101000 1000001 11000

Color Harmonies of #601666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601666

Black with #601666

Text Example


Text Example

White with #601666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601666; }

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

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

background-color css

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

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

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

border-color css

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

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

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