#7339A4

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

Shades of Royal Purple #7339A4

Tints of Royal Purple #7339A4

Color information

#7339A4 (or 0x7339A4) is unknown color: approx Royal Purple. HEX triplet: 73, 39 and A4. RGB value is (115,57,164). Sum of RGB (Red+Green+Blue) = 115+57+164=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #7339A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7339A4 is #8CC65B. Grayscale: #565656. Windows color (decimal): -9225820 or 10762611. OLE color: 10762611.

HSL color Cylindrical-coordinate representation of color #7339A4: hue angle of 272.52º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7339A4 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11557164-
CMYK0.300.6500.36
HSL272.52º48.42%43.33%-
HSV(B)272.52º65.24%64.31%-
XYZ15.239.2536.1-
YUV86.54171.72148.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=34.23%
G=16.96%
B=48.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115571640.300.6500.36272.5248.4243.33
Hex7339A41E41024111302b
Octal16371244361010444216053
Binary1110011111001101001001111010000010100100100010001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7339A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7339A4; }

 p { color: rgb(115,57,164); }

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

<style>
 a { background-color: #7339A4; }

 a { background-color: rgb(115,57,164); }

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

<style>
 span { border-color: #7339A4; }

 span { border-color: rgb(115,57,164); }

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