Html Css Color HEX #831278 Dark Purple

📋 copy color: '#831278'

red 131 ◦ green 18 ◦ blue 120

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

Shades of Dark Purple #831278

Tints of Dark Purple #831278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.61%

R = 48.7%
G = 6.69%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#831278 (or 0x831278) is known color: Dark Purple. HEX triplet: 83, 12 and 78. RGB value is (131,18,120). Sum of RGB (Red+Green+Blue) = 131+18+120=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #831278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831278 is #7CED87. Grayscale: #3F3F3F. Windows color (decimal): -8187272 or 7869059. OLE color: 7869059.

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

Color convert

RGB 131 18 120 -
CMYK 0 0.86 0.08 0.49
HSL 305.84º 0.76% 0.29% -
HSV(B) 305.84º 0.86% 0.51% -
XYZ 12.97 6.61 18.36 -
YUV 63.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 131 18 120 0 0.86 0.08 0.49 305.84 0.76 0.29
Hex 83 12 78 0 56 8 31 132 4C 1D
Octal 203 22 170 0 126 10 61 462 114 35
Binary 10000011 10010 1111000 0 1010110 1000 110001 100110010 1001100 11101

Color Harmonies of #831278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831278

Black with #831278

Text Example


Text Example

White with #831278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831278; }

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

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

background-color css

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

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

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

border-color css

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

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

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