Html Css Color HEX #820473 Purple

📋 copy color: '#820473'

red 130 ◦ green 4 ◦ blue 115

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

Shades of Purple #820473

Tints of Purple #820473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 115 (45.31% from 255) = 46.18%

R = 52.21%
G = 1.61%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#820473 (or 0x820473) is known color: Purple. HEX triplet: 82, 04 and 73. RGB value is (130,4,115). Sum of RGB (Red+Green+Blue) = 130+4+115=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820473 is #7DFB8C. Grayscale: #363636. Windows color (decimal): -8256397 or 7537794. OLE color: 7537794.

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

Color convert

RGB 130 4 115 -
CMYK 0 0.97 0.12 0.49
HSL 307.14º 0.94% 0.26% -
HSV(B) 307.14º 0.97% 0.51% -
XYZ 12.34 6.07 16.74 -
YUV 54.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 130 4 115 0 0.97 0.12 0.49 307.14 0.94 0.26
Hex 82 4 73 0 61 C 31 133 5E 1A
Octal 202 4 163 0 141 14 61 463 136 32
Binary 10000010 100 1110011 0 1100001 1100 110001 100110011 1011110 11010

Color Harmonies of #820473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820473

Black with #820473

Text Example


Text Example

White with #820473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820473; }

 p { color: rgb(130,4,115); }

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

background-color css

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

 a { background-color: rgb(130,4,115); }

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

border-color css

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

 span { border-color: rgb(130,4,115); }

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