#7433AA

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

Shades of Royal Purple #7433AA

Tints of Royal Purple #7433AA

Color information

#7433AA (or 0x7433AA) is unknown color: approx Royal Purple. HEX triplet: 74, 33 and AA. RGB value is (116,51,170). Sum of RGB (Red+Green+Blue) = 116+51+170=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7433AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7433AA is #8BCC55. Grayscale: #535353. Windows color (decimal): -9161814 or 11154292. OLE color: 11154292.

HSL color Cylindrical-coordinate representation of color #7433AA: hue angle of 272.77º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7433AA is Cyan = 0.32, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11651170-
CMYK0.320.700.33
HSL272.77º53.85%43.33%-
HSV(B)272.77º70%66.67%-
XYZ15.648.9838.94-
YUV84176.53150.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=34.42%
G=15.13%
B=50.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116511700.320.700.33272.7753.8543.33
Hex7433AA2046021111362b
Octal16463252401060414216653
Binary11101001100111010101010000010001100100001100010001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7433AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7433AA; }

 p { color: rgb(116,51,170); }

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

<style>
 a { background-color: #7433AA; }

 a { background-color: rgb(116,51,170); }

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

<style>
 span { border-color: #7433AA; }

 span { border-color: rgb(116,51,170); }

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