#7C2FA8

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

Shades of Royal Purple #7C2FA8

Tints of Royal Purple #7C2FA8

Color information

#7C2FA8 (or 0x7C2FA8) is unknown color: approx Royal Purple. HEX triplet: 7C, 2F and A8. RGB value is (124,47,168). Sum of RGB (Red+Green+Blue) = 124+47+168=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #7C2FA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2FA8 is #83D057. Grayscale: #535353. Windows color (decimal): -8638552 or 11022204. OLE color: 11022204.

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

Color convert

RGB12447168-
CMYK0.260.7200.34
HSL278.18º56.28%42.16%-
HSV(B)278.18º72.02%65.88%-
XYZ16.49.1537.95-
YUV83.82175.51156.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.58%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 168 (66.02% from 255) = 49.56%
R=36.58%
G=13.86%
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.34
SystemRedGreenBlueCMYKHSL
Decimal124471680.260.7200.34278.1856.2842.16
Hex7C2FA81A48022116382a
Octal17457250321100424267052
Binary1111100101111101010001101010010000100010100010110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,47,168); }

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

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

 a { background-color: rgb(124,47,168); }

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

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

 span { border-color: rgb(124,47,168); }

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