#7F2CAE

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

Shades of Royal Purple #7F2CAE

Tints of Royal Purple #7F2CAE

Color information

#7F2CAE (or 0x7F2CAE) is unknown color: approx Royal Purple. HEX triplet: 7F, 2C and AE. RGB value is (127,44,174). Sum of RGB (Red+Green+Blue) = 127+44+174=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F2CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2CAE is #80D351. Grayscale: #535353. Windows color (decimal): -8442706 or 11414655. OLE color: 11414655.

HSL color Cylindrical-coordinate representation of color #7F2CAE: hue angle of 278.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2CAE is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12744174-
CMYK0.270.7500.32
HSL278.31º59.63%42.75%-
HSV(B)278.31º74.71%68.24%-
XYZ17.299.3740.94-
YUV83.64179158.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 44 (17.58% from 255) = 12.75%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=36.81%
G=12.75%
B=50.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127441740.270.7500.32278.3159.6342.75
Hex7F2CAE1B4B0201163c2b
Octal17754256331130404267453
Binary1111111101100101011101101110010110100000100010110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,44,174); }

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

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

 a { background-color: rgb(127,44,174); }

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

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

 span { border-color: rgb(127,44,174); }

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