Html Css Color HEX #820565 Eggplant

📋 copy color: '#820565'

red 130 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #820565

Tints of Eggplant #820565

RGB

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

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

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

R = 55.08%
G = 2.12%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#820565 (or 0x820565) is known color: Eggplant. HEX triplet: 82, 05 and 65. RGB value is (130,5,101). Sum of RGB (Red+Green+Blue) = 130+5+101=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #820565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820565 is #7DFA9A. Grayscale: #353535. Windows color (decimal): -8256155 or 6620546. OLE color: 6620546.

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

Color convert

RGB 130 5 101 -
CMYK 0 0.96 0.22 0.49
HSL 313.92º 0.93% 0.26% -
HSV(B) 313.92º 0.96% 0.51% -
XYZ 11.61 5.79 12.82 -
YUV 53.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 130 5 101 0 0.96 0.22 0.49 313.92 0.93 0.26
Hex 82 5 65 0 60 16 31 13A 5D 1A
Octal 202 5 145 0 140 26 61 472 135 32
Binary 10000010 101 1100101 0 1100000 10110 110001 100111010 1011101 11010

Color Harmonies of #820565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820565

Black with #820565

Text Example


Text Example

White with #820565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820565; }

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

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

background-color css

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

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

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

border-color css

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

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

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