Html Css Color HEX #601068 Palatinate Purple

📋 copy color: '#601068'

red 96 ◦ green 16 ◦ blue 104

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

Shades of Palatinate Purple #601068

Tints of Palatinate Purple #601068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 44.44%
G = 7.41%
B = 48.15%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#601068 (or 0x601068) is known color: Palatinate Purple. HEX triplet: 60, 10 and 68. RGB value is (96,16,104). Sum of RGB (Red+Green+Blue) = 96+16+104=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #601068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601068 is #9FEF97. Grayscale: #313131. Windows color (decimal): -10481560 or 6819936. OLE color: 6819936.

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

Color convert

RGB 96 16 104 -
CMYK 0.08 0.85 0 0.59
HSL 294.55º 0.73% 0.24% -
HSV(B) 294.55º 0.85% 0.41% -
XYZ 7.51 3.86 13.45 -
YUV 49.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 96 16 104 0.08 0.85 0 0.59 294.55 0.73 0.24
Hex 60 10 68 8 55 0 3B 127 49 18
Octal 140 20 150 10 125 0 73 447 111 30
Binary 1100000 10000 1101000 1000 1010101 0 111011 100100111 1001001 11000

Color Harmonies of #601068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601068

Black with #601068

Text Example


Text Example

White with #601068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601068; }

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

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

background-color css

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

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

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

border-color css

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

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

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