Html Css Color HEX #601168 Palatinate Purple

📋 copy color: '#601168'

red 96 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #601168

Tints of Palatinate Purple #601168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.83%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 44.24%
G = 7.83%
B = 47.93%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601168 (or 0x601168) is known color: Palatinate Purple. HEX triplet: 60, 11 and 68. RGB value is (96,17,104). Sum of RGB (Red+Green+Blue) = 96+17+104=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #601168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601168 is #9FEE97. Grayscale: #323232. Windows color (decimal): -10481304 or 6820192. OLE color: 6820192.

HSL color Cylindrical-coordinate representation of color #601168: hue angle of 294.48º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601168 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 17 104 -
CMYK 0.08 0.84 0 0.59
HSL 294.48º 0.72% 0.24% -
HSV(B) 294.48º 0.84% 0.41% -
XYZ 7.52 3.89 13.45 -
YUV 50.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 96 17 104 0.08 0.84 0 0.59 294.48 0.72 0.24
Hex 60 11 68 8 54 0 3B 126 48 18
Octal 140 21 150 10 124 0 73 446 110 30
Binary 1100000 10001 1101000 1000 1010100 0 111011 100100110 1001000 11000

Color Harmonies of #601168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601168

Black with #601168

Text Example


Text Example

White with #601168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601168; }

 p { color: rgb(96,17,104); }

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

background-color css

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

 a { background-color: rgb(96,17,104); }

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

border-color css

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

 span { border-color: rgb(96,17,104); }

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