Html Css Color HEX #83207B Dark Purple

📋 copy color: '#83207B'

red 131 ◦ green 32 ◦ blue 123

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

Shades of Dark Purple #83207B

Tints of Dark Purple #83207B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.01%

R = 45.8%
G = 11.19%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83207B (or 0x83207B) is known color: Dark Purple. HEX triplet: 83, 20 and 7B. RGB value is (131,32,123). Sum of RGB (Red+Green+Blue) = 131+32+123=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #83207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83207B is #7CDF84. Grayscale: #474747. Windows color (decimal): -8183685 or 8069251. OLE color: 8069251.

HSL color Cylindrical-coordinate representation of color #83207B: hue angle of 304.85º 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 #83207B is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 32 123 -
CMYK 0 0.76 0.06 0.49
HSL 304.85º 0.61% 0.32% -
HSV(B) 304.85º 0.76% 0.51% -
XYZ 13.45 7.29 19.44 -
YUV 71.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 131 32 123 0 0.76 0.06 0.49 304.85 0.61 0.32
Hex 83 20 7B 0 4C 6 31 131 3D 20
Octal 203 40 173 0 114 6 61 461 75 40
Binary 10000011 100000 1111011 0 1001100 110 110001 100110001 111101 100000

Color Harmonies of #83207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83207B

Black with #83207B

Text Example


Text Example

White with #83207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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