#7D2BAD

Color #7D2BAD Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7D2BAD

Tints of Royal Purple #7D2BAD

Color information

#7D2BAD (or 0x7D2BAD) is unknown color: approx Royal Purple. HEX triplet: 7D, 2B and AD. RGB value is (125,43,173). Sum of RGB (Red+Green+Blue) = 125+43+173=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2BAD is #82D452. Grayscale: #515151. Windows color (decimal): -8574035 or 11348861. OLE color: 11348861.

HSL color Cylindrical-coordinate representation of color #7D2BAD: hue angle of 277.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D2BAD is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12543173-
CMYK0.280.7500.32
HSL277.85º60.19%42.35%-
HSV(B)277.85º75.14%67.84%-
XYZ16.869.140.4-
YUV82.34179.17158.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=36.66%
G=12.61%
B=50.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125431730.280.7500.32277.8560.1942.35
Hex7D2BAD1C4B0201163c2a
Octal17553255341130404267452
Binary1111101101011101011011110010010110100000100010110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,43,173); }

 H1.HeaderClassName
 {
   color: #7D2BAD;
 }
 .AnyTagClassName
 {
   color: #7D2BAD;
 }
</style>
background-color css

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

 a { background-color: rgb(125,43,173); }

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

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

 span { border-color: rgb(125,43,173); }

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