Html Css Color HEX #601766 Palatinate Purple

📋 copy color: '#601766'

red 96 ◦ green 23 ◦ blue 102

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

Shades of Palatinate Purple #601766

Tints of Palatinate Purple #601766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 43.44%
G = 10.41%
B = 46.15%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#601766 (or 0x601766) is known color: Palatinate Purple. HEX triplet: 60, 17 and 66. RGB value is (96,23,102). Sum of RGB (Red+Green+Blue) = 96+23+102=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #601766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601766 is #9FE899. Grayscale: #353535. Windows color (decimal): -10479770 or 6690656. OLE color: 6690656.

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

Color convert

RGB 96 23 102 -
CMYK 0.06 0.77 0 0.6
HSL 295.44º 0.63% 0.25% -
HSV(B) 295.44º 0.77% 0.4% -
XYZ 7.53 4.06 12.96 -
YUV 53.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 96 23 102 0.06 0.77 0 0.6 295.44 0.63 0.25
Hex 60 17 66 6 4D 0 3C 127 3F 19
Octal 140 27 146 6 115 0 74 447 77 31
Binary 1100000 10111 1100110 110 1001101 0 111100 100100111 111111 11001

Color Harmonies of #601766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601766

Black with #601766

Text Example


Text Example

White with #601766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601766; }

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

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

background-color css

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

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

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

border-color css

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

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

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