Html Css Color HEX #831279 Dark Purple

📋 copy color: '#831279'

red 131 ◦ green 18 ◦ blue 121

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

Shades of Dark Purple #831279

Tints of Dark Purple #831279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

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

R = 48.52%
G = 6.67%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831279 (or 0x831279) is known color: Dark Purple. HEX triplet: 83, 12 and 79. RGB value is (131,18,121). Sum of RGB (Red+Green+Blue) = 131+18+121=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #831279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831279 is #7CED86. Grayscale: #3F3F3F. Windows color (decimal): -8187271 or 7934595. OLE color: 7934595.

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

Color convert

RGB 131 18 121 -
CMYK 0 0.86 0.08 0.49
HSL 305.31º 0.76% 0.29% -
HSV(B) 305.31º 0.86% 0.51% -
XYZ 13.03 6.64 18.68 -
YUV 63.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 131 18 121 0 0.86 0.08 0.49 305.31 0.76 0.29
Hex 83 12 79 0 56 8 31 131 4C 1D
Octal 203 22 171 0 126 10 61 461 114 35
Binary 10000011 10010 1111001 0 1010110 1000 110001 100110001 1001100 11101

Color Harmonies of #831279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831279

Black with #831279

Text Example


Text Example

White with #831279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831279; }

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

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

background-color css

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

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

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

border-color css

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

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

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