Html Css Color HEX #860053 Eggplant

📋 copy color: '#860053'

red 134 ◦ green 0 ◦ blue 83

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

Shades of Eggplant #860053

Tints of Eggplant #860053

RGB

 RED value IS 134 (52.73% from 255) = 61.75%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 61.75%
G = 0%
B = 38.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#860053 (or 0x860053) is known color: Eggplant. HEX triplet: 86, 00 and 53. RGB value is (134,0,83). Sum of RGB (Red+Green+Blue) = 134+0+83=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #860053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860053 is #79FFAC. Grayscale: #313131. Windows color (decimal): -7995309 or 5439622. OLE color: 5439622.

HSL color Cylindrical-coordinate representation of color #860053: hue angle of 322.84º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860053 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 83 -
CMYK 0 1 0.38 0.47
HSL 322.84º 1% 0.26% -
HSV(B) 322.84º 1% 0.53% -
XYZ 11.39 5.69 8.68 -
YUV 49.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 134 0 83 0 1 0.38 0.47 322.84 1 0.26
Hex 86 0 53 0 64 26 2F 143 64 1A
Octal 206 0 123 0 144 46 57 503 144 32
Binary 10000110 0 1010011 0 1100100 100110 101111 101000011 1100100 11010

Color Harmonies of #860053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860053

Black with #860053

Text Example


Text Example

White with #860053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860053; }

 p { color: rgb(134,0,83); }

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

background-color css

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

 a { background-color: rgb(134,0,83); }

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

border-color css

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

 span { border-color: rgb(134,0,83); }

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