Html Css Color HEX #820569 Eggplant

📋 copy color: '#820569'

red 130 ◦ green 5 ◦ blue 105

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

Shades of Eggplant #820569

Tints of Eggplant #820569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.75%

R = 54.17%
G = 2.08%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#820569 (or 0x820569) is known color: Eggplant. HEX triplet: 82, 05 and 69. RGB value is (130,5,105). Sum of RGB (Red+Green+Blue) = 130+5+105=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #820569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820569 is #7DFA96. Grayscale: #353535. Windows color (decimal): -8256151 or 6882690. OLE color: 6882690.

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

Color convert

RGB 130 5 105 -
CMYK 0 0.96 0.19 0.49
HSL 312º 0.93% 0.26% -
HSV(B) 312º 0.96% 0.51% -
XYZ 11.81 5.87 13.88 -
YUV 53.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 130 5 105 0 0.96 0.19 0.49 312 0.93 0.26
Hex 82 5 69 0 60 13 31 138 5D 1A
Octal 202 5 151 0 140 23 61 470 135 32
Binary 10000010 101 1101001 0 1100000 10011 110001 100111000 1011101 11010

Color Harmonies of #820569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820569

Black with #820569

Text Example


Text Example

White with #820569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820569; }

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

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

background-color css

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

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

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

border-color css

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

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

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