Html Css Color HEX #821470 Dark Purple

📋 copy color: '#821470'

red 130 ◦ green 20 ◦ blue 112

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

Shades of Dark Purple #821470

Tints of Dark Purple #821470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 49.62%
G = 7.63%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#821470 (or 0x821470) is known color: Dark Purple. HEX triplet: 82, 14 and 70. RGB value is (130,20,112). Sum of RGB (Red+Green+Blue) = 130+20+112=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #821470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821470 is #7DEB8F. Grayscale: #3F3F3F. Windows color (decimal): -8252304 or 7345282. OLE color: 7345282.

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

Color convert

RGB 130 20 112 -
CMYK 0 0.85 0.14 0.49
HSL 309.82º 0.73% 0.29% -
HSV(B) 309.82º 0.85% 0.51% -
XYZ 12.38 6.42 15.92 -
YUV 63.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 130 20 112 0 0.85 0.14 0.49 309.82 0.73 0.29
Hex 82 14 70 0 55 E 31 136 49 1D
Octal 202 24 160 0 125 16 61 466 111 35
Binary 10000010 10100 1110000 0 1010101 1110 110001 100110110 1001001 11101

Color Harmonies of #821470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821470

Black with #821470

Text Example


Text Example

White with #821470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821470; }

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

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

background-color css

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

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

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

border-color css

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

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

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