Html Css Color HEX #83107F Purple

📋 copy color: '#83107F'

red 131 ◦ green 16 ◦ blue 127

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

Shades of Purple #83107F

Tints of Purple #83107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.35%

R = 47.81%
G = 5.84%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83107F (or 0x83107F) is known color: Purple. HEX triplet: 83, 10 and 7F. RGB value is (131,16,127). Sum of RGB (Red+Green+Blue) = 131+16+127=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83107F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83107F is #7CEF80. Grayscale: #3E3E3E. Windows color (decimal): -8187777 or 8327299. OLE color: 8327299.

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

Color convert

RGB 131 16 127 -
CMYK 0 0.88 0.03 0.49
HSL 302.09º 0.78% 0.29% -
HSV(B) 302.09º 0.88% 0.51% -
XYZ 13.38 6.73 20.67 -
YUV 63.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 131 16 127 0 0.88 0.03 0.49 302.09 0.78 0.29
Hex 83 10 7F 0 58 3 31 12E 4E 1D
Octal 203 20 177 0 130 3 61 456 116 35
Binary 10000011 10000 1111111 0 1011000 11 110001 100101110 1001110 11101

Color Harmonies of #83107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83107F

Black with #83107F

Text Example


Text Example

White with #83107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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