Html Css Color HEX #831067 Dark Purple

📋 copy color: '#831067'

red 131 ◦ green 16 ◦ blue 103

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

Shades of Dark Purple #831067

Tints of Dark Purple #831067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 52.4%
G = 6.4%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#831067 (or 0x831067) is known color: Dark Purple. HEX triplet: 83, 10 and 67. RGB value is (131,16,103). Sum of RGB (Red+Green+Blue) = 131+16+103=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #831067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831067 is #7CEF98. Grayscale: #3C3C3C. Windows color (decimal): -8187801 or 6754435. OLE color: 6754435.

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

Color convert

RGB 131 16 103 -
CMYK 0 0.88 0.21 0.49
HSL 314.61º 0.78% 0.29% -
HSV(B) 314.61º 0.88% 0.51% -
XYZ 11.99 6.18 13.39 -
YUV 60.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 131 16 103 0 0.88 0.21 0.49 314.61 0.78 0.29
Hex 83 10 67 0 58 15 31 13B 4E 1D
Octal 203 20 147 0 130 25 61 473 116 35
Binary 10000011 10000 1100111 0 1011000 10101 110001 100111011 1001110 11101

Color Harmonies of #831067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831067

Black with #831067

Text Example


Text Example

White with #831067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831067; }

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

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

background-color css

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

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

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

border-color css

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

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

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