Html Css Color HEX #824172 Dark Purple

📋 copy color: '#824172'

red 130 ◦ green 65 ◦ blue 114

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

Shades of Dark Purple #824172

Tints of Dark Purple #824172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 42.07%
G = 21.04%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824172 (or 0x824172) is known color: Dark Purple. HEX triplet: 82, 41 and 72. RGB value is (130,65,114). Sum of RGB (Red+Green+Blue) = 130+65+114=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824172 is #7DBE8D. Grayscale: #595959. Windows color (decimal): -8240782 or 7487874. OLE color: 7487874.

HSL color Cylindrical-coordinate representation of color #824172: hue angle of 314.77º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824172 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 114 -
CMYK 0 0.50 0.12 0.49
HSL 314.77º 0.33% 0.38% -
HSV(B) 314.77º 0.5% 0.51% -
XYZ 14.13 9.74 17.05 -
YUV 90.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 130 65 114 0 0.50 0.12 0.49 314.77 0.33 0.38
Hex 82 41 72 0 32 C 31 13B 21 26
Octal 202 101 162 0 62 14 61 473 41 46
Binary 10000010 1000001 1110010 0 110010 1100 110001 100111011 100001 100110

Color Harmonies of #824172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824172

Black with #824172

Text Example


Text Example

White with #824172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824172; }

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

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

background-color css

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

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

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

border-color css

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

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

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