#7F30AE

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

Shades of Royal Purple #7F30AE

Tints of Royal Purple #7F30AE

Color information

#7F30AE (or 0x7F30AE) is unknown color: approx Royal Purple. HEX triplet: 7F, 30 and AE. RGB value is (127,48,174). Sum of RGB (Red+Green+Blue) = 127+48+174=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F30AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F30AE is #80CF51. Grayscale: #555555. Windows color (decimal): -8441682 or 11415679. OLE color: 11415679.

HSL color Cylindrical-coordinate representation of color #7F30AE: hue angle of 277.62º 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 #7F30AE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12748174-
CMYK0.270.7200.32
HSL277.62º56.76%43.53%-
HSV(B)277.62º72.41%68.24%-
XYZ17.459.6840.99-
YUV85.98177.67157.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 48 (19.14% from 255) = 13.75%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=36.39%
G=13.75%
B=49.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127481740.270.7200.32277.6256.7643.53
Hex7F30AE1B48020116392c
Octal17760256331100404267154
Binary1111111110000101011101101110010000100000100010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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