Html Css Color HEX #820371 Purple

📋 copy color: '#820371'

red 130 ◦ green 3 ◦ blue 113

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

Shades of Purple #820371

Tints of Purple #820371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 52.85%
G = 1.22%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#820371 (or 0x820371) is known color: Purple. HEX triplet: 82, 03 and 71. RGB value is (130,3,113). Sum of RGB (Red+Green+Blue) = 130+3+113=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820371 is #7DFC8E. Grayscale: #353535. Windows color (decimal): -8256655 or 7406466. OLE color: 7406466.

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

Color convert

RGB 130 3 113 -
CMYK 0 0.98 0.13 0.49
HSL 308.03º 0.95% 0.26% -
HSV(B) 308.03º 0.98% 0.51% -
XYZ 12.22 6 16.14 -
YUV 53.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 130 3 113 0 0.98 0.13 0.49 308.03 0.95 0.26
Hex 82 3 71 0 62 D 31 134 5F 1A
Octal 202 3 161 0 142 15 61 464 137 32
Binary 10000010 11 1110001 0 1100010 1101 110001 100110100 1011111 11010

Color Harmonies of #820371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820371

Black with #820371

Text Example


Text Example

White with #820371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820371; }

 p { color: rgb(130,3,113); }

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

background-color css

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

 a { background-color: rgb(130,3,113); }

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

border-color css

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

 span { border-color: rgb(130,3,113); }

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