Html Css Color HEX #820368 Eggplant

📋 copy color: '#820368'

red 130 ◦ green 3 ◦ blue 104

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

Shades of Eggplant #820368

Tints of Eggplant #820368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 54.85%
G = 1.27%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#820368 (or 0x820368) is known color: Eggplant. HEX triplet: 82, 03 and 68. RGB value is (130,3,104). Sum of RGB (Red+Green+Blue) = 130+3+104=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #820368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820368 is #7DFC97. Grayscale: #343434. Windows color (decimal): -8256664 or 6816642. OLE color: 6816642.

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

Color convert

RGB 130 3 104 -
CMYK 0 0.98 0.2 0.49
HSL 312.28º 0.95% 0.26% -
HSV(B) 312.28º 0.98% 0.51% -
XYZ 11.74 5.81 13.6 -
YUV 52.49 157.08 183.29 -
System Red Green Blue C M Y K H S L
Decimal 130 3 104 0 0.98 0.2 0.49 312.28 0.95 0.26
Hex 82 3 68 0 62 14 31 138 5F 1A
Octal 202 3 150 0 142 24 61 470 137 32
Binary 10000010 11 1101000 0 1100010 10100 110001 100111000 1011111 11010

Color Harmonies of #820368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820368

Black with #820368

Text Example


Text Example

White with #820368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820368; }

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

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

background-color css

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

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

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

border-color css

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

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

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