Html Css Color HEX #831367 Dark Purple

📋 copy color: '#831367'

red 131 ◦ green 19 ◦ blue 103

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

Shades of Dark Purple #831367

Tints of Dark Purple #831367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 51.78%
G = 7.51%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#831367 (or 0x831367) is known color: Dark Purple. HEX triplet: 83, 13 and 67. RGB value is (131,19,103). Sum of RGB (Red+Green+Blue) = 131+19+103=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #831367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831367 is #7CEC98. Grayscale: #3D3D3D. Windows color (decimal): -8187033 or 6755203. OLE color: 6755203.

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

Color convert

RGB 131 19 103 -
CMYK 0 0.85 0.21 0.49
HSL 315º 0.75% 0.29% -
HSV(B) 315º 0.85% 0.51% -
XYZ 12.04 6.27 13.41 -
YUV 62.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 131 19 103 0 0.85 0.21 0.49 315 0.75 0.29
Hex 83 13 67 0 55 15 31 13B 4B 1D
Octal 203 23 147 0 125 25 61 473 113 35
Binary 10000011 10011 1100111 0 1010101 10101 110001 100111011 1001011 11101

Color Harmonies of #831367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831367

Black with #831367

Text Example


Text Example

White with #831367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831367; }

 p { color: rgb(131,19,103); }

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

background-color css

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

 a { background-color: rgb(131,19,103); }

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

border-color css

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

 span { border-color: rgb(131,19,103); }

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