Html Css Color HEX #860068 Eggplant

📋 copy color: '#860068'

red 134 ◦ green 0 ◦ blue 104

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

Shades of Eggplant #860068

Tints of Eggplant #860068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 56.3%
G = 0%
B = 43.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#860068 (or 0x860068) is known color: Eggplant. HEX triplet: 86, 00 and 68. RGB value is (134,0,104). Sum of RGB (Red+Green+Blue) = 134+0+104=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #860068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860068 is #79FF97. Grayscale: #333333. Windows color (decimal): -7995288 or 6815878. OLE color: 6815878.

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

Color convert

RGB 134 0 104 -
CMYK 0 1 0.22 0.47
HSL 313.43º 1% 0.26% -
HSV(B) 313.43º 1% 0.53% -
XYZ 12.33 6.07 13.62 -
YUV 51.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 134 0 104 0 1 0.22 0.47 313.43 1 0.26
Hex 86 0 68 0 64 16 2F 139 64 1A
Octal 206 0 150 0 144 26 57 471 144 32
Binary 10000110 0 1101000 0 1100100 10110 101111 100111001 1100100 11010

Color Harmonies of #860068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860068

Black with #860068

Text Example


Text Example

White with #860068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860068; }

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

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

background-color css

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

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

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

border-color css

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

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

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