Html Css Color HEX #820568 Eggplant

📋 copy color: '#820568'

red 130 ◦ green 5 ◦ blue 104

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

Shades of Eggplant #820568

Tints of Eggplant #820568

RGB

 RED value IS 130 (51.17% from 255) = 54.39%

 GREEN value IS 5 (2.34% from 255) = 2.09%

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

R = 54.39%
G = 2.09%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#820568 (or 0x820568) is known color: Eggplant. HEX triplet: 82, 05 and 68. RGB value is (130,5,104). Sum of RGB (Red+Green+Blue) = 130+5+104=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #820568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820568 is #7DFA97. Grayscale: #353535. Windows color (decimal): -8256152 or 6817154. OLE color: 6817154.

HSL color Cylindrical-coordinate representation of color #820568: hue angle of 312.48º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820568 is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 104 -
CMYK 0 0.96 0.2 0.49
HSL 312.48º 0.93% 0.26% -
HSV(B) 312.48º 0.96% 0.51% -
XYZ 11.76 5.85 13.61 -
YUV 53.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 130 5 104 0 0.96 0.2 0.49 312.48 0.93 0.26
Hex 82 5 68 0 60 14 31 138 5D 1A
Octal 202 5 150 0 140 24 61 470 135 32
Binary 10000010 101 1101000 0 1100000 10100 110001 100111000 1011101 11010

Color Harmonies of #820568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820568

Black with #820568

Text Example


Text Example

White with #820568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820568; }

 p { color: rgb(130,5,104); }

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

background-color css

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

 a { background-color: rgb(130,5,104); }

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

border-color css

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

 span { border-color: rgb(130,5,104); }

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