#7c30af

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

Shades of Royal Purple #7C30AF

Tints of Royal Purple #7C30AF

Color information

#7C30AF (or 0x7C30AF) is unknown color: approx Royal Purple. HEX triplet: 7C, 30 and AF. RGB value is (124,48,175). Sum of RGB (Red+Green+Blue) = 124+48+175=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C30AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C30AF is #83CF50. Grayscale: #545454. Windows color (decimal): -8638289 or 11481212. OLE color: 11481212.

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

Color convert

RGB12448175-
CMYK0.290.7300.31
HSL275.91º56.95%43.73%-
HSV(B)275.91º72.57%68.63%-
XYZ17.119.4941.49-
YUV85.2178.68155.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=35.73%
G=13.83%
B=50.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124481750.290.7300.31275.9156.9543.73
Hex7C30AF1D4901F114392c
Octal17460257351110374247154
Binary111110011000010101111111011001001011111100010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c30af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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