Html Css Color HEX #83207A Dark Purple

📋 copy color: '#83207A'

red 131 ◦ green 32 ◦ blue 122

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

Shades of Dark Purple #83207A

Tints of Dark Purple #83207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

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

R = 45.96%
G = 11.23%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83207A (or 0x83207A) is known color: Dark Purple. HEX triplet: 83, 20 and 7A. RGB value is (131,32,122). Sum of RGB (Red+Green+Blue) = 131+32+122=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #83207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83207A is #7CDF85. Grayscale: #474747. Windows color (decimal): -8183686 or 8003715. OLE color: 8003715.

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

Color convert

RGB 131 32 122 -
CMYK 0 0.76 0.07 0.49
HSL 305.45º 0.61% 0.32% -
HSV(B) 305.45º 0.76% 0.51% -
XYZ 13.39 7.26 19.11 -
YUV 71.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 131 32 122 0 0.76 0.07 0.49 305.45 0.61 0.32
Hex 83 20 7A 0 4C 7 31 131 3D 20
Octal 203 40 172 0 114 7 61 461 75 40
Binary 10000011 100000 1111010 0 1001100 111 110001 100110001 111101 100000

Color Harmonies of #83207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83207A

Black with #83207A

Text Example


Text Example

White with #83207A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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