#7c30ae

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

Shades of Royal Purple #7C30AE

Tints of Royal Purple #7C30AE

Color information

#7C30AE (or 0x7C30AE) is unknown color: approx Royal Purple. HEX triplet: 7C, 30 and AE. RGB value is (124,48,174). Sum of RGB (Red+Green+Blue) = 124+48+174=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C30AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C30AE is #83CF51. Grayscale: #545454. Windows color (decimal): -8638290 or 11415676. OLE color: 11415676.

HSL color Cylindrical-coordinate representation of color #7C30AE: hue angle of 276.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C30AE is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12448174-
CMYK0.290.7200.32
HSL276.19º56.76%43.53%-
HSV(B)276.19º72.41%68.24%-
XYZ17.019.4540.97-
YUV85.09178.18155.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 48 (19.14% from 255) = 13.87%
BLUE value IS 174 (68.36% from 255) = 50.29%
R=35.84%
G=13.87%
B=50.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124481740.290.7200.32276.1956.7643.53
Hex7C30AE1D48020114392c
Octal17460256351100404247154
Binary1111100110000101011101110110010000100000100010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c30ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,48,174); }

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

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

 a { background-color: rgb(124,48,174); }

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

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

 span { border-color: rgb(124,48,174); }

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