Html Css Color HEX #83076F Purple

📋 copy color: '#83076F'

red 131 ◦ green 7 ◦ blue 111

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

Shades of Purple #83076F

Tints of Purple #83076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 52.61%
G = 2.81%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#83076F (or 0x83076F) is known color: Purple. HEX triplet: 83, 07 and 6F. RGB value is (131,7,111). Sum of RGB (Red+Green+Blue) = 131+7+111=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83076F is #7CF890. Grayscale: #373737. Windows color (decimal): -8190097 or 7276419. OLE color: 7276419.

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

Color convert

RGB 131 7 111 -
CMYK 0 0.95 0.15 0.49
HSL 309.68º 0.9% 0.27% -
HSV(B) 309.68º 0.95% 0.51% -
XYZ 12.31 6.12 15.57 -
YUV 55.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 131 7 111 0 0.95 0.15 0.49 309.68 0.9 0.27
Hex 83 7 6F 0 5F F 31 136 5A 1B
Octal 203 7 157 0 137 17 61 466 132 33
Binary 10000011 111 1101111 0 1011111 1111 110001 100110110 1011010 11011

Color Harmonies of #83076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83076F

Black with #83076F

Text Example


Text Example

White with #83076F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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