Html Css Color HEX #601566 Palatinate Purple

📋 copy color: '#601566'

red 96 ◦ green 21 ◦ blue 102

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

Shades of Palatinate Purple #601566

Tints of Palatinate Purple #601566

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.59%

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

R = 43.84%
G = 9.59%
B = 46.58%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#601566 (or 0x601566) is known color: Palatinate Purple. HEX triplet: 60, 15 and 66. RGB value is (96,21,102). Sum of RGB (Red+Green+Blue) = 96+21+102=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #601566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601566 is #9FEA99. Grayscale: #343434. Windows color (decimal): -10480282 or 6690144. OLE color: 6690144.

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

Color convert

RGB 96 21 102 -
CMYK 0.06 0.79 0 0.6
HSL 295.56º 0.66% 0.24% -
HSV(B) 295.56º 0.79% 0.4% -
XYZ 7.49 3.98 12.94 -
YUV 52.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 96 21 102 0.06 0.79 0 0.6 295.56 0.66 0.24
Hex 60 15 66 6 4F 0 3C 128 42 18
Octal 140 25 146 6 117 0 74 450 102 30
Binary 1100000 10101 1100110 110 1001111 0 111100 100101000 1000010 11000

Color Harmonies of #601566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601566

Black with #601566

Text Example


Text Example

White with #601566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601566; }

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

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

background-color css

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

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

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

border-color css

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

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

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