Html Css Color HEX #831761 Dark Purple

📋 copy color: '#831761'

red 131 ◦ green 23 ◦ blue 97

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

Shades of Dark Purple #831761

Tints of Dark Purple #831761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 52.19%
G = 9.16%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#831761 (or 0x831761) is known color: Dark Purple. HEX triplet: 83, 17 and 61. RGB value is (131,23,97). Sum of RGB (Red+Green+Blue) = 131+23+97=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #831761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831761 is #7CE89E. Grayscale: #3F3F3F. Windows color (decimal): -8186015 or 6363011. OLE color: 6363011.

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

Color convert

RGB 131 23 97 -
CMYK 0 0.82 0.26 0.49
HSL 318.89º 0.7% 0.3% -
HSV(B) 318.89º 0.82% 0.51% -
XYZ 11.82 6.3 11.9 -
YUV 63.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 131 23 97 0 0.82 0.26 0.49 318.89 0.7 0.3
Hex 83 17 61 0 52 1A 31 13F 46 1E
Octal 203 27 141 0 122 32 61 477 106 36
Binary 10000011 10111 1100001 0 1010010 11010 110001 100111111 1000110 11110

Color Harmonies of #831761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831761

Black with #831761

Text Example


Text Example

White with #831761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831761; }

 p { color: rgb(131,23,97); }

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

background-color css

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

 a { background-color: rgb(131,23,97); }

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

border-color css

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

 span { border-color: rgb(131,23,97); }

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