Html Css Color HEX #83347D Dark Purple

📋 copy color: '#83347D'

red 131 ◦ green 52 ◦ blue 125

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

Shades of Dark Purple #83347D

Tints of Dark Purple #83347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

 BLUE value IS 125 (49.22% from 255) = 40.58%

R = 42.53%
G = 16.88%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83347D (or 0x83347D) is known color: Dark Purple. HEX triplet: 83, 34 and 7D. RGB value is (131,52,125). Sum of RGB (Red+Green+Blue) = 131+52+125=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83347D is #7CCB82. Grayscale: #535353. Windows color (decimal): -8178563 or 8205443. OLE color: 8205443.

HSL color Cylindrical-coordinate representation of color #83347D: hue angle of 304.56º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83347D is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 125 -
CMYK 0 0.60 0.05 0.49
HSL 304.56º 0.43% 0.36% -
HSV(B) 304.56º 0.6% 0.51% -
XYZ 14.29 8.76 20.34 -
YUV 83.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 131 52 125 0 0.60 0.05 0.49 304.56 0.43 0.36
Hex 83 34 7D 0 3C 5 31 131 2B 24
Octal 203 64 175 0 74 5 61 461 53 44
Binary 10000011 110100 1111101 0 111100 101 110001 100110001 101011 100100

Color Harmonies of #83347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83347D

Black with #83347D

Text Example


Text Example

White with #83347D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83347D; }

 p { color: rgb(131,52,125); }

 H1.HeaderClassName
 {
   color: #83347D;
 }
 .AnyTagClassName
 {
   color: #83347D;
 }
</style>

background-color css

<style>
 a { background-color: #83347D; }

 a { background-color: rgb(131,52,125); }

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

border-color css

<style>
 span { border-color: #83347D; }

 span { border-color: rgb(131,52,125); }

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