Html Css Color HEX #831272 Dark Purple

📋 copy color: '#831272'

red 131 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #831272

Tints of Dark Purple #831272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 49.81%
G = 6.84%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#831272 (or 0x831272) is known color: Dark Purple. HEX triplet: 83, 12 and 72. RGB value is (131,18,114). Sum of RGB (Red+Green+Blue) = 131+18+114=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #831272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831272 is #7CED8D. Grayscale: #3E3E3E. Windows color (decimal): -8187278 or 7475843. OLE color: 7475843.

HSL color Cylindrical-coordinate representation of color #831272: hue angle of 309.03º 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 #831272 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 114 -
CMYK 0 0.86 0.13 0.49
HSL 309.03º 0.76% 0.29% -
HSV(B) 309.03º 0.86% 0.51% -
XYZ 12.61 6.47 16.5 -
YUV 62.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 131 18 114 0 0.86 0.13 0.49 309.03 0.76 0.29
Hex 83 12 72 0 56 D 31 135 4C 1D
Octal 203 22 162 0 126 15 61 465 114 35
Binary 10000011 10010 1110010 0 1010110 1101 110001 100110101 1001100 11101

Color Harmonies of #831272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831272

Black with #831272

Text Example


Text Example

White with #831272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831272; }

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

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

background-color css

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

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

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

border-color css

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

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

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