Html Css Color HEX #821572 Dark Purple

📋 copy color: '#821572'

red 130 ◦ green 21 ◦ blue 114

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

Shades of Dark Purple #821572

Tints of Dark Purple #821572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 49.06%
G = 7.92%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#821572 (or 0x821572) is known color: Dark Purple. HEX triplet: 82, 15 and 72. RGB value is (130,21,114). Sum of RGB (Red+Green+Blue) = 130+21+114=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #821572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821572 is #7DEA8D. Grayscale: #3F3F3F. Windows color (decimal): -8252046 or 7476610. OLE color: 7476610.

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

Color convert

RGB 130 21 114 -
CMYK 0 0.84 0.12 0.49
HSL 308.81º 0.72% 0.3% -
HSV(B) 308.81º 0.84% 0.51% -
XYZ 12.51 6.5 16.51 -
YUV 64.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 130 21 114 0 0.84 0.12 0.49 308.81 0.72 0.3
Hex 82 15 72 0 54 C 31 135 48 1E
Octal 202 25 162 0 124 14 61 465 110 36
Binary 10000010 10101 1110010 0 1010100 1100 110001 100110101 1001000 11110

Color Harmonies of #821572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821572

Black with #821572

Text Example


Text Example

White with #821572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821572; }

 p { color: rgb(130,21,114); }

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

background-color css

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

 a { background-color: rgb(130,21,114); }

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

border-color css

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

 span { border-color: rgb(130,21,114); }

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