Html Css Color HEX #820873 Purple

📋 copy color: '#820873'

red 130 ◦ green 8 ◦ blue 115

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

Shades of Purple #820873

Tints of Purple #820873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 51.38%
G = 3.16%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#820873 (or 0x820873) is known color: Purple. HEX triplet: 82, 08 and 73. RGB value is (130,8,115). Sum of RGB (Red+Green+Blue) = 130+8+115=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #820873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820873 is #7DF78C. Grayscale: #383838. Windows color (decimal): -8255373 or 7538818. OLE color: 7538818.

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

Color convert

RGB 130 8 115 -
CMYK 0 0.94 0.12 0.49
HSL 307.38º 0.88% 0.27% -
HSV(B) 307.38º 0.94% 0.51% -
XYZ 12.39 6.16 16.76 -
YUV 56.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 130 8 115 0 0.94 0.12 0.49 307.38 0.88 0.27
Hex 82 8 73 0 5E C 31 133 58 1B
Octal 202 10 163 0 136 14 61 463 130 33
Binary 10000010 1000 1110011 0 1011110 1100 110001 100110011 1011000 11011

Color Harmonies of #820873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820873

Black with #820873

Text Example


Text Example

White with #820873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820873; }

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

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

background-color css

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

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

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

border-color css

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

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

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