Html Css Color HEX #7D2482 Dark Purple

📋 copy color: '#7D2482'

red 125 ◦ green 36 ◦ blue 130

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

Shades of Dark Purple #7D2482

Tints of Dark Purple #7D2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

 BLUE value IS 130 (51.17% from 255) = 44.67%

R = 42.96%
G = 12.37%
B = 44.67%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D2482 (or 0x7D2482) is known color: Dark Purple. HEX triplet: 7D, 24 and 82. RGB value is (125,36,130). Sum of RGB (Red+Green+Blue) = 125+36+130=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2482 is #82DB7D. Grayscale: #494949. Windows color (decimal): -8575870 or 8529021. OLE color: 8529021.

HSL color Cylindrical-coordinate representation of color #7D2482: hue angle of 296.81º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2482 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 36 130 -
CMYK 0.04 0.72 0 0.49
HSL 296.81º 0.57% 0.33% -
HSV(B) 296.81º 0.72% 0.51% -
XYZ 13.12 7.23 21.82 -
YUV 73.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 125 36 130 0.04 0.72 0 0.49 296.81 0.57 0.33
Hex 7D 24 82 4 48 0 31 129 39 21
Octal 175 44 202 4 110 0 61 451 71 41
Binary 1111101 100100 10000010 100 1001000 0 110001 100101001 111001 100001

Color Harmonies of #7D2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2482

Black with #7D2482

Text Example


Text Example

White with #7D2482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,36,130); }

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

background-color css

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

 a { background-color: rgb(125,36,130); }

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

border-color css

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

 span { border-color: rgb(125,36,130); }

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