Html Css Color HEX #7D2781 Dark Purple

📋 copy color: '#7D2781'

red 125 ◦ green 39 ◦ blue 129

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

Shades of Dark Purple #7D2781

Tints of Dark Purple #7D2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

 BLUE value IS 129 (50.78% from 255) = 44.03%

R = 42.66%
G = 13.31%
B = 44.03%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7D2781 (or 0x7D2781) is known color: Dark Purple. HEX triplet: 7D, 27 and 81. RGB value is (125,39,129). Sum of RGB (Red+Green+Blue) = 125+39+129=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 129 (50.78% from 255 or 44.03% from 293); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D2781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2781 is #82D87E. Grayscale: #4A4A4A. Windows color (decimal): -8575103 or 8464253. OLE color: 8464253.

HSL color Cylindrical-coordinate representation of color #7D2781: hue angle of 297.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2781 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 125 39 129 -
CMYK 0.03 0.70 0 0.49
HSL 297.33º 0.54% 0.33% -
HSV(B) 297.33º 0.7% 0.51% -
XYZ 13.15 7.4 21.5 -
YUV 74.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 125 39 129 0.03 0.70 0 0.49 297.33 0.54 0.33
Hex 7D 27 81 3 46 0 31 129 36 21
Octal 175 47 201 3 106 0 61 451 66 41
Binary 1111101 100111 10000001 11 1000110 0 110001 100101001 110110 100001

Color Harmonies of #7D2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2781

Black with #7D2781

Text Example


Text Example

White with #7D2781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,39,129); }

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

background-color css

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

 a { background-color: rgb(125,39,129); }

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

border-color css

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

 span { border-color: rgb(125,39,129); }

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