Html Css Color HEX #821272 Dark Purple

📋 copy color: '#821272'

red 130 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #821272

Tints of Dark Purple #821272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 49.62%
G = 6.87%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#821272 (or 0x821272) is known color: Dark Purple. HEX triplet: 82, 12 and 72. RGB value is (130,18,114). Sum of RGB (Red+Green+Blue) = 130+18+114=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #821272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821272 is #7DED8D. Grayscale: #3E3E3E. Windows color (decimal): -8252814 or 7475842. OLE color: 7475842.

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

Color convert

RGB 130 18 114 -
CMYK 0 0.86 0.12 0.49
HSL 308.57º 0.76% 0.29% -
HSV(B) 308.57º 0.86% 0.51% -
XYZ 12.46 6.39 16.5 -
YUV 62.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 130 18 114 0 0.86 0.12 0.49 308.57 0.76 0.29
Hex 82 12 72 0 56 C 31 135 4C 1D
Octal 202 22 162 0 126 14 61 465 114 35
Binary 10000010 10010 1110010 0 1010110 1100 110001 100110101 1001100 11101

Color Harmonies of #821272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821272

Black with #821272

Text Example


Text Example

White with #821272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821272; }

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

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

background-color css

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

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

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

border-color css

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

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

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