Html Css Color HEX #601764 Palatinate Purple

📋 copy color: '#601764'

red 96 ◦ green 23 ◦ blue 100

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

Shades of Palatinate Purple #601764

Tints of Palatinate Purple #601764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.66%

R = 43.84%
G = 10.5%
B = 45.66%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#601764 (or 0x601764) is known color: Palatinate Purple. HEX triplet: 60, 17 and 64. RGB value is (96,23,100). Sum of RGB (Red+Green+Blue) = 96+23+100=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #601764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601764 is #9FE89B. Grayscale: #353535. Windows color (decimal): -10479772 or 6559584. OLE color: 6559584.

HSL color Cylindrical-coordinate representation of color #601764: hue angle of 296.88º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601764 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 23 100 -
CMYK 0.04 0.77 0 0.61
HSL 296.88º 0.63% 0.24% -
HSV(B) 296.88º 0.77% 0.39% -
XYZ 7.43 4.02 12.44 -
YUV 53.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 96 23 100 0.04 0.77 0 0.61 296.88 0.63 0.24
Hex 60 17 64 4 4D 0 3D 129 3F 18
Octal 140 27 144 4 115 0 75 451 77 30
Binary 1100000 10111 1100100 100 1001101 0 111101 100101001 111111 11000

Color Harmonies of #601764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601764

Black with #601764

Text Example


Text Example

White with #601764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601764; }

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

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

background-color css

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

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

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

border-color css

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

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

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