Html Css Color HEX #601166 Palatinate Purple

📋 copy color: '#601166'

red 96 ◦ green 17 ◦ blue 102

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

Shades of Palatinate Purple #601166

Tints of Palatinate Purple #601166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

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

R = 44.65%
G = 7.91%
B = 47.44%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#601166 (or 0x601166) is known color: Palatinate Purple. HEX triplet: 60, 11 and 66. RGB value is (96,17,102). Sum of RGB (Red+Green+Blue) = 96+17+102=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #601166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601166 is #9FEE99. Grayscale: #323232. Windows color (decimal): -10481306 or 6689120. OLE color: 6689120.

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

Color convert

RGB 96 17 102 -
CMYK 0.06 0.83 0 0.6
HSL 295.76º 0.71% 0.23% -
HSV(B) 295.76º 0.83% 0.4% -
XYZ 7.42 3.85 12.92 -
YUV 50.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 96 17 102 0.06 0.83 0 0.6 295.76 0.71 0.23
Hex 60 11 66 6 53 0 3C 128 47 17
Octal 140 21 146 6 123 0 74 450 107 27
Binary 1100000 10001 1100110 110 1010011 0 111100 100101000 1000111 10111

Color Harmonies of #601166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601166

Black with #601166

Text Example


Text Example

White with #601166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601166; }

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

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

background-color css

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

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

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

border-color css

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

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

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