Html Css Color HEX #83277F Dark Purple

📋 copy color: '#83277F'

red 131 ◦ green 39 ◦ blue 127

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

Shades of Dark Purple #83277F

Tints of Dark Purple #83277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 44.11%
G = 13.13%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#83277F (or 0x83277F) is known color: Dark Purple. HEX triplet: 83, 27 and 7F. RGB value is (131,39,127). Sum of RGB (Red+Green+Blue) = 131+39+127=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83277F is #7CD880. Grayscale: #4C4C4C. Windows color (decimal): -8181889 or 8333187. OLE color: 8333187.

HSL color Cylindrical-coordinate representation of color #83277F: hue angle of 302.61º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83277F is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 39 127 -
CMYK 0 0.70 0.03 0.49
HSL 302.61º 0.54% 0.33% -
HSV(B) 302.61º 0.7% 0.51% -
XYZ 13.92 7.81 20.85 -
YUV 76.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 131 39 127 0 0.70 0.03 0.49 302.61 0.54 0.33
Hex 83 27 7F 0 46 3 31 12F 36 21
Octal 203 47 177 0 106 3 61 457 66 41
Binary 10000011 100111 1111111 0 1000110 11 110001 100101111 110110 100001

Color Harmonies of #83277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83277F

Black with #83277F

Text Example


Text Example

White with #83277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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