Html Css Color HEX #820E7B Purple

📋 copy color: '#820E7B'

red 130 ◦ green 14 ◦ blue 123

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

Shades of Purple #820E7B

Tints of Purple #820E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 48.69%
G = 5.24%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#820E7B (or 0x820E7B) is known color: Purple. HEX triplet: 82, 0E and 7B. RGB value is (130,14,123). Sum of RGB (Red+Green+Blue) = 130+14+123=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #820E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E7B is #7DF184. Grayscale: #3C3C3C. Windows color (decimal): -8253829 or 8064642. OLE color: 8064642.

HSL color Cylindrical-coordinate representation of color #820E7B: hue angle of 303.62º 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 #820E7B is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 14 123 -
CMYK 0 0.89 0.05 0.49
HSL 303.62º 0.81% 0.28% -
HSV(B) 303.62º 0.89% 0.51% -
XYZ 12.94 6.49 19.31 -
YUV 61.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 130 14 123 0 0.89 0.05 0.49 303.62 0.81 0.28
Hex 82 E 7B 0 59 5 31 130 51 1C
Octal 202 16 173 0 131 5 61 460 121 34
Binary 10000010 1110 1111011 0 1011001 101 110001 100110000 1010001 11100

Color Harmonies of #820E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E7B

Black with #820E7B

Text Example


Text Example

White with #820E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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