#7338A4

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

Shades of Royal Purple #7338A4

Tints of Royal Purple #7338A4

Color information

#7338A4 (or 0x7338A4) is unknown color: approx Royal Purple. HEX triplet: 73, 38 and A4. RGB value is (115,56,164). Sum of RGB (Red+Green+Blue) = 115+56+164=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 164 (64.45% from 255 or 48.96% from 335); Max value from RGB is 164 - color contains mainly: blue. Hex color #7338A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7338A4 is #8CC75B. Grayscale: #555555. Windows color (decimal): -9226076 or 10762355. OLE color: 10762355.

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

Color convert

RGB11556164-
CMYK0.300.6600.36
HSL272.78º49.09%43.14%-
HSV(B)272.78º65.85%64.31%-
XYZ15.199.1536.09-
YUV85.95172.05148.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 164 (64.45% from 255) = 48.96%
R=34.33%
G=16.72%
B=48.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115561640.300.6600.36272.7849.0943.14
Hex7338A41E42024111312b
Octal16370244361020444216153
Binary1110011111000101001001111010000100100100100010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7338A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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