Html Css Color HEX #601066 Palatinate Purple

📋 copy color: '#601066'

red 96 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #601066

Tints of Palatinate Purple #601066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.48%

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

R = 44.86%
G = 7.48%
B = 47.66%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#601066 (or 0x601066) is known color: Palatinate Purple. HEX triplet: 60, 10 and 66. RGB value is (96,16,102). Sum of RGB (Red+Green+Blue) = 96+16+102=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #601066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601066 is #9FEF99. Grayscale: #313131. Windows color (decimal): -10481562 or 6688864. OLE color: 6688864.

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

Color convert

RGB 96 16 102 -
CMYK 0.06 0.84 0 0.6
HSL 295.81º 0.73% 0.23% -
HSV(B) 295.81º 0.84% 0.4% -
XYZ 7.41 3.82 12.92 -
YUV 49.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 96 16 102 0.06 0.84 0 0.6 295.81 0.73 0.23
Hex 60 10 66 6 54 0 3C 128 49 17
Octal 140 20 146 6 124 0 74 450 111 27
Binary 1100000 10000 1100110 110 1010100 0 111100 100101000 1001001 10111

Color Harmonies of #601066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601066

Black with #601066

Text Example


Text Example

White with #601066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601066; }

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

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

background-color css

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

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

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

border-color css

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

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

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