Html Css Color HEX #601866 Palatinate Purple

📋 copy color: '#601866'

red 96 ◦ green 24 ◦ blue 102

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

Shades of Palatinate Purple #601866

Tints of Palatinate Purple #601866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

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

R = 43.24%
G = 10.81%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#601866 (or 0x601866) is known color: Palatinate Purple. HEX triplet: 60, 18 and 66. RGB value is (96,24,102). Sum of RGB (Red+Green+Blue) = 96+24+102=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #601866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601866 is #9FE799. Grayscale: #363636. Windows color (decimal): -10479514 or 6690912. OLE color: 6690912.

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

Color convert

RGB 96 24 102 -
CMYK 0.06 0.76 0 0.6
HSL 295.38º 0.62% 0.25% -
HSV(B) 295.38º 0.76% 0.4% -
XYZ 7.55 4.1 12.96 -
YUV 54.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 96 24 102 0.06 0.76 0 0.6 295.38 0.62 0.25
Hex 60 18 66 6 4C 0 3C 127 3E 19
Octal 140 30 146 6 114 0 74 447 76 31
Binary 1100000 11000 1100110 110 1001100 0 111100 100100111 111110 11001

Color Harmonies of #601866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601866

Black with #601866

Text Example


Text Example

White with #601866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601866; }

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

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

background-color css

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

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

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

border-color css

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

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

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