Html Css Color HEX #601868 Palatinate Purple

📋 copy color: '#601868'

red 96 ◦ green 24 ◦ blue 104

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

Shades of Palatinate Purple #601868

Tints of Palatinate Purple #601868

RGB

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

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

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

R = 42.86%
G = 10.71%
B = 46.43%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601868 (or 0x601868) is known color: Palatinate Purple. HEX triplet: 60, 18 and 68. RGB value is (96,24,104). Sum of RGB (Red+Green+Blue) = 96+24+104=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #601868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601868 is #9FE797. Grayscale: #363636. Windows color (decimal): -10479512 or 6821984. OLE color: 6821984.

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

Color convert

RGB 96 24 104 -
CMYK 0.08 0.77 0 0.59
HSL 294º 0.63% 0.25% -
HSV(B) 294º 0.77% 0.41% -
XYZ 7.65 4.14 13.49 -
YUV 54.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 96 24 104 0.08 0.77 0 0.59 294 0.63 0.25
Hex 60 18 68 8 4D 0 3B 126 3E 19
Octal 140 30 150 10 115 0 73 446 76 31
Binary 1100000 11000 1101000 1000 1001101 0 111011 100100110 111110 11001

Color Harmonies of #601868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601868

Black with #601868

Text Example


Text Example

White with #601868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601868; }

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

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

background-color css

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

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

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

border-color css

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

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

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