Html Css Color HEX #821173 Dark Purple

📋 copy color: '#821173'

red 130 ◦ green 17 ◦ blue 115

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

Shades of Dark Purple #821173

Tints of Dark Purple #821173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 49.62%
G = 6.49%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#821173 (or 0x821173) is known color: Dark Purple. HEX triplet: 82, 11 and 73. RGB value is (130,17,115). Sum of RGB (Red+Green+Blue) = 130+17+115=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #821173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821173 is #7DEE8C. Grayscale: #3D3D3D. Windows color (decimal): -8253069 or 7541122. OLE color: 7541122.

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

Color convert

RGB 130 17 115 -
CMYK 0 0.87 0.12 0.49
HSL 307.96º 0.77% 0.29% -
HSV(B) 307.96º 0.87% 0.51% -
XYZ 12.5 6.38 16.79 -
YUV 61.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 130 17 115 0 0.87 0.12 0.49 307.96 0.77 0.29
Hex 82 11 73 0 57 C 31 134 4D 1D
Octal 202 21 163 0 127 14 61 464 115 35
Binary 10000010 10001 1110011 0 1010111 1100 110001 100110100 1001101 11101

Color Harmonies of #821173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821173

Black with #821173

Text Example


Text Example

White with #821173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821173; }

 p { color: rgb(130,17,115); }

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

background-color css

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

 a { background-color: rgb(130,17,115); }

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

border-color css

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

 span { border-color: rgb(130,17,115); }

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