Html Css Color HEX #820576 Purple

📋 copy color: '#820576'

red 130 ◦ green 5 ◦ blue 118

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

Shades of Purple #820576

Tints of Purple #820576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 51.38%
G = 1.98%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#820576 (or 0x820576) is known color: Purple. HEX triplet: 82, 05 and 76. RGB value is (130,5,118). Sum of RGB (Red+Green+Blue) = 130+5+118=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #820576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820576 is #7DFA89. Grayscale: #363636. Windows color (decimal): -8256138 or 7734658. OLE color: 7734658.

HSL color Cylindrical-coordinate representation of color #820576: hue angle of 305.76º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820576 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 118 -
CMYK 0 0.96 0.09 0.49
HSL 305.76º 0.93% 0.26% -
HSV(B) 305.76º 0.96% 0.51% -
XYZ 12.53 6.16 17.67 -
YUV 55.26 163.41 181.31 -
System Red Green Blue C M Y K H S L
Decimal 130 5 118 0 0.96 0.09 0.49 305.76 0.93 0.26
Hex 82 5 76 0 60 9 31 132 5D 1A
Octal 202 5 166 0 140 11 61 462 135 32
Binary 10000010 101 1110110 0 1100000 1001 110001 100110010 1011101 11010

Color Harmonies of #820576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820576

Black with #820576

Text Example


Text Example

White with #820576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820576; }

 p { color: rgb(130,5,118); }

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

background-color css

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

 a { background-color: rgb(130,5,118); }

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

border-color css

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

 span { border-color: rgb(130,5,118); }

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