#7D30AA

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

Shades of Royal Purple #7D30AA

Tints of Royal Purple #7D30AA

Color information

#7D30AA (or 0x7D30AA) is unknown color: approx Royal Purple. HEX triplet: 7D, 30 and AA. RGB value is (125,48,170). Sum of RGB (Red+Green+Blue) = 125+48+170=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D30AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D30AA is #82CF55. Grayscale: #545454. Windows color (decimal): -8572758 or 11153533. OLE color: 11153533.

HSL color Cylindrical-coordinate representation of color #7D30AA: hue angle of 277.87º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D30AA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12548170-
CMYK0.260.7200.33
HSL277.87º55.96%42.75%-
HSV(B)277.87º71.76%66.67%-
XYZ16.779.3838.96-
YUV84.93176.01156.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=36.44%
G=13.99%
B=49.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125481700.260.7200.33277.8755.9642.75
Hex7D30AA1A48021116382b
Octal17560252321100414267053
Binary1111101110000101010101101010010000100001100010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D30AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,48,170); }

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

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

 a { background-color: rgb(125,48,170); }

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

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

 span { border-color: rgb(125,48,170); }

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