Html Css Color HEX #831064 Dark Purple

📋 copy color: '#831064'

red 131 ◦ green 16 ◦ blue 100

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

Shades of Dark Purple #831064

Tints of Dark Purple #831064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.48%

 BLUE value IS 100 (39.45% from 255) = 40.49%

R = 53.04%
G = 6.48%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#831064 (or 0x831064) is known color: Dark Purple. HEX triplet: 83, 10 and 64. RGB value is (131,16,100). Sum of RGB (Red+Green+Blue) = 131+16+100=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #831064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831064 is #7CEF9B. Grayscale: #3B3B3B. Windows color (decimal): -8187804 or 6557827. OLE color: 6557827.

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

Color convert

RGB 131 16 100 -
CMYK 0 0.88 0.24 0.49
HSL 316.17º 0.78% 0.29% -
HSV(B) 316.17º 0.88% 0.51% -
XYZ 11.85 6.12 12.61 -
YUV 59.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 131 16 100 0 0.88 0.24 0.49 316.17 0.78 0.29
Hex 83 10 64 0 58 18 31 13C 4E 1D
Octal 203 20 144 0 130 30 61 474 116 35
Binary 10000011 10000 1100100 0 1011000 11000 110001 100111100 1001110 11101

Color Harmonies of #831064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831064

Black with #831064

Text Example


Text Example

White with #831064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831064; }

 p { color: rgb(131,16,100); }

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

background-color css

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

 a { background-color: rgb(131,16,100); }

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

border-color css

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

 span { border-color: rgb(131,16,100); }

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