Html Css Color HEX #824073 Dark Purple

📋 copy color: '#824073'

red 130 ◦ green 64 ◦ blue 115

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

Shades of Dark Purple #824073

Tints of Dark Purple #824073

RGB

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

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

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

R = 42.07%
G = 20.71%
B = 37.22%

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

#824073 (or 0x824073) is known color: Dark Purple. HEX triplet: 82, 40 and 73. RGB value is (130,64,115). Sum of RGB (Red+Green+Blue) = 130+64+115=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #824073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824073 is #7DBF8C. Grayscale: #595959. Windows color (decimal): -8241037 or 7553154. OLE color: 7553154.

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

Color convert

RGB 130 64 115 -
CMYK 0 0.51 0.12 0.49
HSL 313.64º 0.34% 0.38% -
HSV(B) 313.64º 0.51% 0.51% -
XYZ 14.13 9.65 17.34 -
YUV 89.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 130 64 115 0 0.51 0.12 0.49 313.64 0.34 0.38
Hex 82 40 73 0 33 C 31 13A 22 26
Octal 202 100 163 0 63 14 61 472 42 46
Binary 10000010 1000000 1110011 0 110011 1100 110001 100111010 100010 100110

Color Harmonies of #824073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824073

Black with #824073

Text Example


Text Example

White with #824073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824073; }

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

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

background-color css

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

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

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

border-color css

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

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

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