Html Css Color HEX #831275 Dark Purple

📋 copy color: '#831275'

red 131 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #831275

Tints of Dark Purple #831275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 49.25%
G = 6.77%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#831275 (or 0x831275) is known color: Dark Purple. HEX triplet: 83, 12 and 75. RGB value is (131,18,117). Sum of RGB (Red+Green+Blue) = 131+18+117=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #831275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831275 is #7CED8A. Grayscale: #3E3E3E. Windows color (decimal): -8187275 or 7672451. OLE color: 7672451.

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

Color convert

RGB 131 18 117 -
CMYK 0 0.86 0.11 0.49
HSL 307.43º 0.76% 0.29% -
HSV(B) 307.43º 0.86% 0.51% -
XYZ 12.79 6.54 17.42 -
YUV 63.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 131 18 117 0 0.86 0.11 0.49 307.43 0.76 0.29
Hex 83 12 75 0 56 B 31 133 4C 1D
Octal 203 22 165 0 126 13 61 463 114 35
Binary 10000011 10010 1110101 0 1010110 1011 110001 100110011 1001100 11101

Color Harmonies of #831275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831275

Black with #831275

Text Example


Text Example

White with #831275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831275; }

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

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

background-color css

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

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

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

border-color css

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

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

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