Html Css Color HEX #820770 Purple

📋 copy color: '#820770'

red 130 ◦ green 7 ◦ blue 112

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

Shades of Purple #820770

Tints of Purple #820770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 52.21%
G = 2.81%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#820770 (or 0x820770) is known color: Purple. HEX triplet: 82, 07 and 70. RGB value is (130,7,112). Sum of RGB (Red+Green+Blue) = 130+7+112=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820770 is #7DF88F. Grayscale: #373737. Windows color (decimal): -8255632 or 7341954. OLE color: 7341954.

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

Color convert

RGB 130 7 112 -
CMYK 0 0.95 0.14 0.49
HSL 308.78º 0.9% 0.27% -
HSV(B) 308.78º 0.95% 0.51% -
XYZ 12.21 6.07 15.86 -
YUV 55.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 130 7 112 0 0.95 0.14 0.49 308.78 0.9 0.27
Hex 82 7 70 0 5F E 31 135 5A 1B
Octal 202 7 160 0 137 16 61 465 132 33
Binary 10000010 111 1110000 0 1011111 1110 110001 100110101 1011010 11011

Color Harmonies of #820770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820770

Black with #820770

Text Example


Text Example

White with #820770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820770; }

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

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

background-color css

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

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

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

border-color css

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

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

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