#7434AE

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

Shades of Royal Purple #7434AE

Tints of Royal Purple #7434AE

Color information

#7434AE (or 0x7434AE) is unknown color: approx Royal Purple. HEX triplet: 74, 34 and AE. RGB value is (116,52,174). Sum of RGB (Red+Green+Blue) = 116+52+174=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #7434AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7434AE is #8BCB51. Grayscale: #545454. Windows color (decimal): -9161554 or 11416692. OLE color: 11416692.

HSL color Cylindrical-coordinate representation of color #7434AE: hue angle of 271.48º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7434AE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11652174-
CMYK0.330.7000.32
HSL271.48º53.98%44.31%-
HSV(B)271.48º70.11%68.24%-
XYZ16.079.2240.98-
YUV85.04178.2150.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=33.92%
G=15.20%
B=50.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116521740.330.7000.32271.4853.9844.31
Hex7434AE214602010f362c
Octal16464256411060404176654
Binary11101001101001010111010000110001100100000100001111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7434AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7434AE; }

 p { color: rgb(116,52,174); }

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

<style>
 a { background-color: #7434AE; }

 a { background-color: rgb(116,52,174); }

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

<style>
 span { border-color: #7434AE; }

 span { border-color: rgb(116,52,174); }

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