Html Css Color HEX #820E7E Purple

📋 copy color: '#820E7E'

red 130 ◦ green 14 ◦ blue 126

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

Shades of Purple #820E7E

Tints of Purple #820E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 48.15%
G = 5.19%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#820E7E (or 0x820E7E) is known color: Purple. HEX triplet: 82, 0E and 7E. RGB value is (130,14,126). Sum of RGB (Red+Green+Blue) = 130+14+126=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #820E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E7E is #7DF181. Grayscale: #3D3D3D. Windows color (decimal): -8253826 or 8261250. OLE color: 8261250.

HSL color Cylindrical-coordinate representation of color #820E7E: hue angle of 302.07º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #820E7E is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 14 126 -
CMYK 0 0.89 0.03 0.49
HSL 302.07º 0.81% 0.28% -
HSV(B) 302.07º 0.89% 0.51% -
XYZ 13.13 6.57 20.31 -
YUV 61.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 130 14 126 0 0.89 0.03 0.49 302.07 0.81 0.28
Hex 82 E 7E 0 59 3 31 12E 51 1C
Octal 202 16 176 0 131 3 61 456 121 34
Binary 10000010 1110 1111110 0 1011001 11 110001 100101110 1010001 11100

Color Harmonies of #820E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E7E

Black with #820E7E

Text Example


Text Example

White with #820E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820E7E; }

 p { color: rgb(130,14,126); }

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

background-color css

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

 a { background-color: rgb(130,14,126); }

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

border-color css

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

 span { border-color: rgb(130,14,126); }

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