Html Css Color HEX #831479 Dark Purple

📋 copy color: '#831479'

red 131 ◦ green 20 ◦ blue 121

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

Shades of Dark Purple #831479

Tints of Dark Purple #831479

RGB

 RED value IS 131 (51.56% from 255) = 48.16%

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 48.16%
G = 7.35%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831479 (or 0x831479) is known color: Dark Purple. HEX triplet: 83, 14 and 79. RGB value is (131,20,121). Sum of RGB (Red+Green+Blue) = 131+20+121=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #831479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831479 is #7CEB86. Grayscale: #404040. Windows color (decimal): -8186759 or 7935107. OLE color: 7935107.

HSL color Cylindrical-coordinate representation of color #831479: hue angle of 305.41º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831479 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 20 121 -
CMYK 0 0.85 0.08 0.49
HSL 305.41º 0.74% 0.3% -
HSV(B) 305.41º 0.85% 0.51% -
XYZ 13.06 6.71 18.7 -
YUV 64.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 131 20 121 0 0.85 0.08 0.49 305.41 0.74 0.3
Hex 83 14 79 0 55 8 31 131 4A 1E
Octal 203 24 171 0 125 10 61 461 112 36
Binary 10000011 10100 1111001 0 1010101 1000 110001 100110001 1001010 11110

Color Harmonies of #831479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831479

Black with #831479

Text Example


Text Example

White with #831479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831479; }

 p { color: rgb(131,20,121); }

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

background-color css

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

 a { background-color: rgb(131,20,121); }

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

border-color css

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

 span { border-color: rgb(131,20,121); }

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