Html Css Color HEX #870665 Eggplant

📋 copy color: '#870665'

red 135 ◦ green 6 ◦ blue 101

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

Shades of Eggplant #870665

Tints of Eggplant #870665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.48%

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

R = 55.79%
G = 2.48%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#870665 (or 0x870665) is known color: Eggplant. HEX triplet: 87, 06 and 65. RGB value is (135,6,101). Sum of RGB (Red+Green+Blue) = 135+6+101=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #870665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870665 is #78F99A. Grayscale: #373737. Windows color (decimal): -7928219 or 6620807. OLE color: 6620807.

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

Color convert

RGB 135 6 101 -
CMYK 0 0.96 0.25 0.47
HSL 315.81º 0.91% 0.28% -
HSV(B) 315.81º 0.96% 0.53% -
XYZ 12.41 6.22 12.86 -
YUV 55.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 135 6 101 0 0.96 0.25 0.47 315.81 0.91 0.28
Hex 87 6 65 0 60 19 2F 13C 5B 1C
Octal 207 6 145 0 140 31 57 474 133 34
Binary 10000111 110 1100101 0 1100000 11001 101111 100111100 1011011 11100

Color Harmonies of #870665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870665

Black with #870665

Text Example


Text Example

White with #870665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870665; }

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

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

background-color css

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

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

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

border-color css

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

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

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