Html Css Color HEX #860067 Eggplant

📋 copy color: '#860067'

red 134 ◦ green 0 ◦ blue 103

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

Shades of Eggplant #860067

Tints of Eggplant #860067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 56.54%
G = 0%
B = 43.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#860067 (or 0x860067) is known color: Eggplant. HEX triplet: 86, 00 and 67. RGB value is (134,0,103). Sum of RGB (Red+Green+Blue) = 134+0+103=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860067 is #79FF98. Grayscale: #333333. Windows color (decimal): -7995289 or 6750342. OLE color: 6750342.

HSL color Cylindrical-coordinate representation of color #860067: hue angle of 313.88º 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 #860067 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 103 -
CMYK 0 1 0.23 0.47
HSL 313.88º 1% 0.26% -
HSV(B) 313.88º 1% 0.53% -
XYZ 12.28 6.05 13.35 -
YUV 51.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 134 0 103 0 1 0.23 0.47 313.88 1 0.26
Hex 86 0 67 0 64 17 2F 13A 64 1A
Octal 206 0 147 0 144 27 57 472 144 32
Binary 10000110 0 1100111 0 1100100 10111 101111 100111010 1100100 11010

Color Harmonies of #860067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860067

Black with #860067

Text Example


Text Example

White with #860067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860067; }

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

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

background-color css

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

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

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

border-color css

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

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

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