Html Css Color HEX #824072 Dark Purple

📋 copy color: '#824072'

red 130 ◦ green 64 ◦ blue 114

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

Shades of Dark Purple #824072

Tints of Dark Purple #824072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 42.21%
G = 20.78%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824072 (or 0x824072) is known color: Dark Purple. HEX triplet: 82, 40 and 72. RGB value is (130,64,114). Sum of RGB (Red+Green+Blue) = 130+64+114=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #824072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824072 is #7DBF8D. Grayscale: #595959. Windows color (decimal): -8241038 or 7487618. OLE color: 7487618.

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

Color convert

RGB 130 64 114 -
CMYK 0 0.51 0.12 0.49
HSL 314.55º 0.34% 0.38% -
HSV(B) 314.55º 0.51% 0.51% -
XYZ 14.08 9.63 17.04 -
YUV 89.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 130 64 114 0 0.51 0.12 0.49 314.55 0.34 0.38
Hex 82 40 72 0 33 C 31 13B 22 26
Octal 202 100 162 0 63 14 61 473 42 46
Binary 10000010 1000000 1110010 0 110011 1100 110001 100111011 100010 100110

Color Harmonies of #824072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824072

Black with #824072

Text Example


Text Example

White with #824072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824072; }

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

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

background-color css

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

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

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

border-color css

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

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

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