Html Css Color HEX #831069 Dark Purple

📋 copy color: '#831069'

red 131 ◦ green 16 ◦ blue 105

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

Shades of Dark Purple #831069

Tints of Dark Purple #831069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 51.98%
G = 6.35%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#831069 (or 0x831069) is known color: Dark Purple. HEX triplet: 83, 10 and 69. RGB value is (131,16,105). Sum of RGB (Red+Green+Blue) = 131+16+105=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #831069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831069 is #7CEF96. Grayscale: #3C3C3C. Windows color (decimal): -8187799 or 6885507. OLE color: 6885507.

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

Color convert

RGB 131 16 105 -
CMYK 0 0.88 0.20 0.49
HSL 313.57º 0.78% 0.29% -
HSV(B) 313.57º 0.88% 0.51% -
XYZ 12.1 6.22 13.93 -
YUV 60.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 131 16 105 0 0.88 0.20 0.49 313.57 0.78 0.29
Hex 83 10 69 0 58 14 31 13A 4E 1D
Octal 203 20 151 0 130 24 61 472 116 35
Binary 10000011 10000 1101001 0 1011000 10100 110001 100111010 1001110 11101

Color Harmonies of #831069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831069

Black with #831069

Text Example


Text Example

White with #831069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831069; }

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

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

background-color css

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

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

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

border-color css

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

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

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