Html Css Color HEX #820070 Purple

📋 copy color: '#820070'

red 130 ◦ green 0 ◦ blue 112

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

Shades of Purple #820070

Tints of Purple #820070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.72%
G = 0%
B = 46.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#820070 (or 0x820070) is known color: Purple. HEX triplet: 82, 00 and 70. RGB value is (130,0,112). Sum of RGB (Red+Green+Blue) = 130+0+112=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #820070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820070 is #7DFF8F. Grayscale: #333333. Windows color (decimal): -8257424 or 7340162. OLE color: 7340162.

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

Color convert

RGB 130 0 112 -
CMYK 0 1 0.14 0.49
HSL 308.31º 1% 0.25% -
HSV(B) 308.31º 1% 0.51% -
XYZ 12.13 5.92 15.83 -
YUV 51.64 162.07 183.89 -
System Red Green Blue C M Y K H S L
Decimal 130 0 112 0 1 0.14 0.49 308.31 1 0.25
Hex 82 0 70 0 64 E 31 134 64 19
Octal 202 0 160 0 144 16 61 464 144 31
Binary 10000010 0 1110000 0 1100100 1110 110001 100110100 1100100 11001

Color Harmonies of #820070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820070

Black with #820070

Text Example


Text Example

White with #820070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820070; }

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

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

background-color css

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

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

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

border-color css

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

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

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