Html Css Color HEX #83016F Purple

📋 copy color: '#83016F'

red 131 ◦ green 1 ◦ blue 111

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

Shades of Purple #83016F

Tints of Purple #83016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 111 (43.75% from 255) = 45.68%

R = 53.91%
G = 0.41%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83016F (or 0x83016F) is known color: Purple. HEX triplet: 83, 01 and 6F. RGB value is (131,1,111). Sum of RGB (Red+Green+Blue) = 131+1+111=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83016F is #7CFE90. Grayscale: #343434. Windows color (decimal): -8191633 or 7274883. OLE color: 7274883.

HSL color Cylindrical-coordinate representation of color #83016F: hue angle of 309.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83016F is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 111 -
CMYK 0 0.99 0.15 0.49
HSL 309.23º 0.98% 0.26% -
HSV(B) 309.23º 0.99% 0.51% -
XYZ 12.24 5.99 15.55 -
YUV 52.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 131 1 111 0 0.99 0.15 0.49 309.23 0.98 0.26
Hex 83 1 6F 0 63 F 31 135 62 1A
Octal 203 1 157 0 143 17 61 465 142 32
Binary 10000011 1 1101111 0 1100011 1111 110001 100110101 1100010 11010

Color Harmonies of #83016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83016F

Black with #83016F

Text Example


Text Example

White with #83016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83016F; }

 p { color: rgb(131,1,111); }

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

background-color css

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

 a { background-color: rgb(131,1,111); }

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

border-color css

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

 span { border-color: rgb(131,1,111); }

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