Html Css Color HEX #83377C Dark Purple

📋 copy color: '#83377C'

red 131 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #83377C

Tints of Dark Purple #83377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40%

R = 42.26%
G = 17.74%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83377C (or 0x83377C) is known color: Dark Purple. HEX triplet: 83, 37 and 7C. RGB value is (131,55,124). Sum of RGB (Red+Green+Blue) = 131+55+124=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83377C is #7CC883. Grayscale: #555555. Windows color (decimal): -8177796 or 8140675. OLE color: 8140675.

HSL color Cylindrical-coordinate representation of color #83377C: hue angle of 305.53º 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 #83377C is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 124 -
CMYK 0 0.58 0.05 0.49
HSL 305.53º 0.41% 0.36% -
HSV(B) 305.53º 0.58% 0.51% -
XYZ 14.36 9.01 20.05 -
YUV 85.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 131 55 124 0 0.58 0.05 0.49 305.53 0.41 0.36
Hex 83 37 7C 0 3A 5 31 132 29 24
Octal 203 67 174 0 72 5 61 462 51 44
Binary 10000011 110111 1111100 0 111010 101 110001 100110010 101001 100100

Color Harmonies of #83377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83377C

Black with #83377C

Text Example


Text Example

White with #83377C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83377C; }

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

 H1.HeaderClassName
 {
   color: #83377C;
 }
 .AnyTagClassName
 {
   color: #83377C;
 }
</style>

background-color css

<style>
 a { background-color: #83377C; }

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

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

border-color css

<style>
 span { border-color: #83377C; }

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

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