Html Css Color HEX #600E56 Palatinate Purple

📋 copy color: '#600E56'

red 96 ◦ green 14 ◦ blue 86

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

Shades of Palatinate Purple #600E56

Tints of Palatinate Purple #600E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 43.88%

R = 48.98%
G = 7.14%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#600E56 (or 0x600E56) is known color: Palatinate Purple. HEX triplet: 60, 0E and 56. RGB value is (96,14,86). Sum of RGB (Red+Green+Blue) = 96+14+86=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #600E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E56 is #9FF1A9. Grayscale: #2E2E2E. Windows color (decimal): -10482090 or 5639776. OLE color: 5639776.

HSL color Cylindrical-coordinate representation of color #600E56: hue angle of 307.32º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E56 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 86 -
CMYK 0 0.85 0.10 0.62
HSL 307.32º 0.75% 0.22% -
HSV(B) 307.32º 0.85% 0.38% -
XYZ 6.66 3.47 9.12 -
YUV 46.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 96 14 86 0 0.85 0.10 0.62 307.32 0.75 0.22
Hex 60 E 56 0 55 A 3E 133 4B 16
Octal 140 16 126 0 125 12 76 463 113 26
Binary 1100000 1110 1010110 0 1010101 1010 111110 100110011 1001011 10110

Color Harmonies of #600E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E56

Black with #600E56

Text Example


Text Example

White with #600E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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