Html Css Color HEX #83376E Dark Purple

📋 copy color: '#83376E'

red 131 ◦ green 55 ◦ blue 110

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

Shades of Dark Purple #83376E

Tints of Dark Purple #83376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 44.26%
G = 18.58%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83376E (or 0x83376E) is known color: Dark Purple. HEX triplet: 83, 37 and 6E. RGB value is (131,55,110). Sum of RGB (Red+Green+Blue) = 131+55+110=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83376E is #7CC891. Grayscale: #535353. Windows color (decimal): -8177810 or 7223171. OLE color: 7223171.

HSL color Cylindrical-coordinate representation of color #83376E: hue angle of 316.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #83376E is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 110 -
CMYK 0 0.58 0.16 0.49
HSL 316.58º 0.41% 0.36% -
HSV(B) 316.58º 0.58% 0.51% -
XYZ 13.54 8.68 15.71 -
YUV 83.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 131 55 110 0 0.58 0.16 0.49 316.58 0.41 0.36
Hex 83 37 6E 0 3A 10 31 13D 29 24
Octal 203 67 156 0 72 20 61 475 51 44
Binary 10000011 110111 1101110 0 111010 10000 110001 100111101 101001 100100

Color Harmonies of #83376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83376E

Black with #83376E

Text Example


Text Example

White with #83376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83376E; }

 p { color: rgb(131,55,110); }

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

background-color css

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

 a { background-color: rgb(131,55,110); }

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

border-color css

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

 span { border-color: rgb(131,55,110); }

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