Html Css Color HEX #600E68 Palatinate Purple

📋 copy color: '#600E68'

red 96 ◦ green 14 ◦ blue 104

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

Shades of Palatinate Purple #600E68

Tints of Palatinate Purple #600E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

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

R = 44.86%
G = 6.54%
B = 48.6%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#600E68 (or 0x600E68) is known color: Palatinate Purple. HEX triplet: 60, 0E and 68. RGB value is (96,14,104). Sum of RGB (Red+Green+Blue) = 96+14+104=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #600E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E68 is #9FF197. Grayscale: #303030. Windows color (decimal): -10482072 or 6819424. OLE color: 6819424.

HSL color Cylindrical-coordinate representation of color #600E68: hue angle of 294.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #600E68 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 14 104 -
CMYK 0.08 0.87 0 0.59
HSL 294.67º 0.76% 0.23% -
HSV(B) 294.67º 0.87% 0.41% -
XYZ 7.48 3.8 13.44 -
YUV 48.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 96 14 104 0.08 0.87 0 0.59 294.67 0.76 0.23
Hex 60 E 68 8 57 0 3B 127 4C 17
Octal 140 16 150 10 127 0 73 447 114 27
Binary 1100000 1110 1101000 1000 1010111 0 111011 100100111 1001100 10111

Color Harmonies of #600E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E68

Black with #600E68

Text Example


Text Example

White with #600E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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