Html Css Color HEX #822374 Dark Purple

📋 copy color: '#822374'

red 130 ◦ green 35 ◦ blue 116

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

Shades of Dark Purple #822374

Tints of Dark Purple #822374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 46.26%
G = 12.46%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#822374 (or 0x822374) is known color: Dark Purple. HEX triplet: 82, 23 and 74. RGB value is (130,35,116). Sum of RGB (Red+Green+Blue) = 130+35+116=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #822374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822374 is #7DDC8B. Grayscale: #484848. Windows color (decimal): -8248460 or 7611266. OLE color: 7611266.

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

Color convert

RGB 130 35 116 -
CMYK 0 0.73 0.11 0.49
HSL 308.84º 0.58% 0.32% -
HSV(B) 308.84º 0.73% 0.51% -
XYZ 12.96 7.21 17.23 -
YUV 72.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 130 35 116 0 0.73 0.11 0.49 308.84 0.58 0.32
Hex 82 23 74 0 49 B 31 135 3A 20
Octal 202 43 164 0 111 13 61 465 72 40
Binary 10000010 100011 1110100 0 1001001 1011 110001 100110101 111010 100000

Color Harmonies of #822374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822374

Black with #822374

Text Example


Text Example

White with #822374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822374; }

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

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

background-color css

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

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

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

border-color css

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

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

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