Html Css Color HEX #820A70 Purple

📋 copy color: '#820A70'

red 130 ◦ green 10 ◦ blue 112

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

Shades of Purple #820A70

Tints of Purple #820A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.97%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 51.59%
G = 3.97%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#820A70 (or 0x820A70) is known color: Purple. HEX triplet: 82, 0A and 70. RGB value is (130,10,112). Sum of RGB (Red+Green+Blue) = 130+10+112=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #820A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A70 is #7DF58F. Grayscale: #393939. Windows color (decimal): -8254864 or 7342722. OLE color: 7342722.

HSL color Cylindrical-coordinate representation of color #820A70: hue angle of 309º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A70 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 10 112 -
CMYK 0 0.92 0.14 0.49
HSL 309º 0.86% 0.27% -
HSV(B) 309º 0.92% 0.51% -
XYZ 12.24 6.13 15.87 -
YUV 57.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 130 10 112 0 0.92 0.14 0.49 309 0.86 0.27
Hex 82 A 70 0 5C E 31 135 56 1B
Octal 202 12 160 0 134 16 61 465 126 33
Binary 10000010 1010 1110000 0 1011100 1110 110001 100110101 1010110 11011

Color Harmonies of #820A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820A70

Black with #820A70

Text Example


Text Example

White with #820A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,112); }

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

background-color css

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

 a { background-color: rgb(130,10,112); }

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

border-color css

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

 span { border-color: rgb(130,10,112); }

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