Html Css Color HEX #822474 Dark Purple

📋 copy color: '#822474'

red 130 ◦ green 36 ◦ blue 116

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

Shades of Dark Purple #822474

Tints of Dark Purple #822474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 46.1%
G = 12.77%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#822474 (or 0x822474) is known color: Dark Purple. HEX triplet: 82, 24 and 74. RGB value is (130,36,116). Sum of RGB (Red+Green+Blue) = 130+36+116=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #822474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822474 is #7DDB8B. Grayscale: #494949. Windows color (decimal): -8248204 or 7611522. OLE color: 7611522.

HSL color Cylindrical-coordinate representation of color #822474: hue angle of 308.94º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822474 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 36 116 -
CMYK 0 0.72 0.11 0.49
HSL 308.94º 0.57% 0.33% -
HSV(B) 308.94º 0.72% 0.51% -
XYZ 12.99 7.27 17.24 -
YUV 73.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 130 36 116 0 0.72 0.11 0.49 308.94 0.57 0.33
Hex 82 24 74 0 48 B 31 135 39 21
Octal 202 44 164 0 110 13 61 465 71 41
Binary 10000010 100100 1110100 0 1001000 1011 110001 100110101 111001 100001

Color Harmonies of #822474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822474

Black with #822474

Text Example


Text Example

White with #822474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822474; }

 p { color: rgb(130,36,116); }

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

background-color css

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

 a { background-color: rgb(130,36,116); }

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

border-color css

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

 span { border-color: rgb(130,36,116); }

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