#7F30AB

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

Shades of Royal Purple #7F30AB

Tints of Royal Purple #7F30AB

Color information

#7F30AB (or 0x7F30AB) is unknown color: approx Royal Purple. HEX triplet: 7F, 30 and AB. RGB value is (127,48,171). Sum of RGB (Red+Green+Blue) = 127+48+171=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F30AB is #80CF54. Grayscale: #555555. Windows color (decimal): -8441685 or 11219071. OLE color: 11219071.

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

Color convert

RGB12748171-
CMYK0.260.7200.33
HSL278.54º56.16%42.94%-
HSV(B)278.54º71.93%67.06%-
XYZ17.169.5739.47-
YUV85.64176.17157.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.71%
GREEN value IS 48 (19.14% from 255) = 13.87%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=36.71%
G=13.87%
B=49.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127481710.260.7200.33278.5456.1642.94
Hex7F30AB1A48021117382b
Octal17760253321100414277053
Binary1111111110000101010111101010010000100001100010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F30AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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