Html Css Color HEX #860752 Eggplant

📋 copy color: '#860752'

red 134 ◦ green 7 ◦ blue 82

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

Shades of Eggplant #860752

Tints of Eggplant #860752

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 60.09%
G = 3.14%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#860752 (or 0x860752) is known color: Eggplant. HEX triplet: 86, 07 and 52. RGB value is (134,7,82). Sum of RGB (Red+Green+Blue) = 134+7+82=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860752 is #79F8AD. Grayscale: #353535. Windows color (decimal): -7993518 or 5375878. OLE color: 5375878.

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

Color convert

RGB 134 7 82 -
CMYK 0 0.95 0.39 0.47
HSL 324.57º 0.9% 0.28% -
HSV(B) 324.57º 0.95% 0.53% -
XYZ 11.43 5.83 8.51 -
YUV 53.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 134 7 82 0 0.95 0.39 0.47 324.57 0.9 0.28
Hex 86 7 52 0 5F 27 2F 145 5A 1C
Octal 206 7 122 0 137 47 57 505 132 34
Binary 10000110 111 1010010 0 1011111 100111 101111 101000101 1011010 11100

Color Harmonies of #860752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860752

Black with #860752

Text Example


Text Example

White with #860752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860752; }

 p { color: rgb(134,7,82); }

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

background-color css

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

 a { background-color: rgb(134,7,82); }

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

border-color css

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

 span { border-color: rgb(134,7,82); }

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