Html Css Color HEX #820073 Purple

📋 copy color: '#820073'

red 130 ◦ green 0 ◦ blue 115

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

Shades of Purple #820073

Tints of Purple #820073

RGB

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

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

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

R = 53.06%
G = 0%
B = 46.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#820073 (or 0x820073) is known color: Purple. HEX triplet: 82, 00 and 73. RGB value is (130,0,115). Sum of RGB (Red+Green+Blue) = 130+0+115=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #820073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820073 is #7DFF8C. Grayscale: #333333. Windows color (decimal): -8257421 or 7536770. OLE color: 7536770.

HSL color Cylindrical-coordinate representation of color #820073: hue angle of 306.92º 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 #820073 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 0 115 -
CMYK 0 1 0.12 0.49
HSL 306.92º 1% 0.25% -
HSV(B) 306.92º 1% 0.51% -
XYZ 12.3 5.98 16.73 -
YUV 51.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 130 0 115 0 1 0.12 0.49 306.92 1 0.25
Hex 82 0 73 0 64 C 31 133 64 19
Octal 202 0 163 0 144 14 61 463 144 31
Binary 10000010 0 1110011 0 1100100 1100 110001 100110011 1100100 11001

Color Harmonies of #820073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820073

Black with #820073

Text Example


Text Example

White with #820073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820073; }

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

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

background-color css

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

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

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

border-color css

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

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

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