Html Css Color HEX #831074 Dark Purple

📋 copy color: '#831074'

red 131 ◦ green 16 ◦ blue 116

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

Shades of Dark Purple #831074

Tints of Dark Purple #831074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 49.81%
G = 6.08%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#831074 (or 0x831074) is known color: Dark Purple. HEX triplet: 83, 10 and 74. RGB value is (131,16,116). Sum of RGB (Red+Green+Blue) = 131+16+116=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #831074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831074 is #7CEF8B. Grayscale: #3D3D3D. Windows color (decimal): -8187788 or 7606403. OLE color: 7606403.

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

Color convert

RGB 131 16 116 -
CMYK 0 0.88 0.11 0.49
HSL 307.83º 0.78% 0.29% -
HSV(B) 307.83º 0.88% 0.51% -
XYZ 12.7 6.46 17.1 -
YUV 61.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 131 16 116 0 0.88 0.11 0.49 307.83 0.78 0.29
Hex 83 10 74 0 58 B 31 134 4E 1D
Octal 203 20 164 0 130 13 61 464 116 35
Binary 10000011 10000 1110100 0 1011000 1011 110001 100110100 1001110 11101

Color Harmonies of #831074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831074

Black with #831074

Text Example


Text Example

White with #831074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831074; }

 p { color: rgb(131,16,116); }

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

background-color css

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

 a { background-color: rgb(131,16,116); }

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

border-color css

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

 span { border-color: rgb(131,16,116); }

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