Html Css Color HEX #83337A Dark Purple

📋 copy color: '#83337A'

red 131 ◦ green 51 ◦ blue 122

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

Shades of Dark Purple #83337A

Tints of Dark Purple #83337A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 43.09%
G = 16.78%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83337A (or 0x83337A) is known color: Dark Purple. HEX triplet: 83, 33 and 7A. RGB value is (131,51,122). Sum of RGB (Red+Green+Blue) = 131+51+122=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83337A is #7CCC85. Grayscale: #525252. Windows color (decimal): -8178822 or 8008579. OLE color: 8008579.

HSL color Cylindrical-coordinate representation of color #83337A: hue angle of 306.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83337A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 51 122 -
CMYK 0 0.61 0.07 0.49
HSL 306.75º 0.44% 0.36% -
HSV(B) 306.75º 0.61% 0.51% -
XYZ 14.06 8.6 19.33 -
YUV 83.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 131 51 122 0 0.61 0.07 0.49 306.75 0.44 0.36
Hex 83 33 7A 0 3D 7 31 133 2C 24
Octal 203 63 172 0 75 7 61 463 54 44
Binary 10000011 110011 1111010 0 111101 111 110001 100110011 101100 100100

Color Harmonies of #83337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83337A

Black with #83337A

Text Example


Text Example

White with #83337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83337A; }

 p { color: rgb(131,51,122); }

 H1.HeaderClassName
 {
   color: #83337A;
 }
 .AnyTagClassName
 {
   color: #83337A;
 }
</style>

background-color css

<style>
 a { background-color: #83337A; }

 a { background-color: rgb(131,51,122); }

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

border-color css

<style>
 span { border-color: #83337A; }

 span { border-color: rgb(131,51,122); }

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