Html Css Color HEX #821270 Dark Purple

📋 copy color: '#821270'

red 130 ◦ green 18 ◦ blue 112

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

Shades of Dark Purple #821270

Tints of Dark Purple #821270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 50%
G = 6.92%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#821270 (or 0x821270) is known color: Dark Purple. HEX triplet: 82, 12 and 70. RGB value is (130,18,112). Sum of RGB (Red+Green+Blue) = 130+18+112=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #821270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821270 is #7DED8F. Grayscale: #3D3D3D. Windows color (decimal): -8252816 or 7344770. OLE color: 7344770.

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

Color convert

RGB 130 18 112 -
CMYK 0 0.86 0.14 0.49
HSL 309.64º 0.76% 0.29% -
HSV(B) 309.64º 0.86% 0.51% -
XYZ 12.35 6.35 15.9 -
YUV 62.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 130 18 112 0 0.86 0.14 0.49 309.64 0.76 0.29
Hex 82 12 70 0 56 E 31 136 4C 1D
Octal 202 22 160 0 126 16 61 466 114 35
Binary 10000010 10010 1110000 0 1010110 1110 110001 100110110 1001100 11101

Color Harmonies of #821270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821270

Black with #821270

Text Example


Text Example

White with #821270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821270; }

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

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

background-color css

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

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

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

border-color css

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

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

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