#7C2FAB

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

Shades of Royal Purple #7C2FAB

Tints of Royal Purple #7C2FAB

Color information

#7C2FAB (or 0x7C2FAB) is unknown color: approx Royal Purple. HEX triplet: 7C, 2F and AB. RGB value is (124,47,171). Sum of RGB (Red+Green+Blue) = 124+47+171=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2FAB is #83D054. Grayscale: #535353. Windows color (decimal): -8638549 or 11218812. OLE color: 11218812.

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

Color convert

RGB12447171-
CMYK0.270.7300.33
HSL277.26º56.88%42.75%-
HSV(B)277.26º72.51%67.06%-
XYZ16.689.2639.44-
YUV84.16177.01156.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 47 (18.75% from 255) = 13.74%
BLUE value IS 171 (67.19% from 255) = 50%
R=36.26%
G=13.74%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124471710.270.7300.33277.2656.8842.75
Hex7C2FAB1B49021115392b
Octal17457253331110414257153
Binary1111100101111101010111101110010010100001100010101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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