Html Css Color HEX #7D2083 Dark Purple

📋 copy color: '#7D2083'

red 125 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #7D2083

Tints of Dark Purple #7D2083

RGB

 RED value IS 125 (49.22% from 255) = 43.4%

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

 BLUE value IS 131 (51.56% from 255) = 45.49%

R = 43.4%
G = 11.11%
B = 45.49%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D2083 (or 0x7D2083) is known color: Dark Purple. HEX triplet: 7D, 20 and 83. RGB value is (125,32,131). Sum of RGB (Red+Green+Blue) = 125+32+131=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D2083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2083 is #82DF7C. Grayscale: #464646. Windows color (decimal): -8576893 or 8593533. OLE color: 8593533.

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

Color convert

RGB 125 32 131 -
CMYK 0.05 0.76 0 0.49
HSL 296.36º 0.61% 0.32% -
HSV(B) 296.36º 0.76% 0.51% -
XYZ 13.07 7.03 22.14 -
YUV 71.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 125 32 131 0.05 0.76 0 0.49 296.36 0.61 0.32
Hex 7D 20 83 5 4C 0 31 128 3D 20
Octal 175 40 203 5 114 0 61 450 75 40
Binary 1111101 100000 10000011 101 1001100 0 110001 100101000 111101 100000

Color Harmonies of #7D2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2083

Black with #7D2083

Text Example


Text Example

White with #7D2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D2083; }

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

 H1.HeaderClassName
 {
   color: #7D2083;
 }
 .AnyTagClassName
 {
   color: #7D2083;
 }
</style>

background-color css

<style>
 a { background-color: #7D2083; }

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

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

border-color css

<style>
 span { border-color: #7D2083; }

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

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