Html Css Color HEX #870365 Eggplant

📋 copy color: '#870365'

red 135 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #870365

Tints of Eggplant #870365

RGB

 RED value IS 135 (53.13% from 255) = 56.49%

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 56.49%
G = 1.26%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#870365 (or 0x870365) is known color: Eggplant. HEX triplet: 87, 03 and 65. RGB value is (135,3,101). Sum of RGB (Red+Green+Blue) = 135+3+101=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870365 is #78FC9A. Grayscale: #353535. Windows color (decimal): -7928987 or 6620039. OLE color: 6620039.

HSL color Cylindrical-coordinate representation of color #870365: hue angle of 315.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870365 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 101 -
CMYK 0 0.98 0.25 0.47
HSL 315.45º 0.96% 0.27% -
HSV(B) 315.45º 0.98% 0.53% -
XYZ 12.37 6.16 12.85 -
YUV 53.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 135 3 101 0 0.98 0.25 0.47 315.45 0.96 0.27
Hex 87 3 65 0 62 19 2F 13B 60 1B
Octal 207 3 145 0 142 31 57 473 140 33
Binary 10000111 11 1100101 0 1100010 11001 101111 100111011 1100000 11011

Color Harmonies of #870365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870365

Black with #870365

Text Example


Text Example

White with #870365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870365; }

 p { color: rgb(135,3,101); }

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

background-color css

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

 a { background-color: rgb(135,3,101); }

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

border-color css

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

 span { border-color: rgb(135,3,101); }

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