#742EAE

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

Shades of Royal Purple #742EAE

Tints of Royal Purple #742EAE

Color information

#742EAE (or 0x742EAE) is unknown color: approx Royal Purple. HEX triplet: 74, 2E and AE. RGB value is (116,46,174). Sum of RGB (Red+Green+Blue) = 116+46+174=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #742EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742EAE is #8BD151. Grayscale: #515151. Windows color (decimal): -9163090 or 11415156. OLE color: 11415156.

HSL color Cylindrical-coordinate representation of color #742EAE: hue angle of 272.81º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742EAE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11646174-
CMYK0.330.7400.32
HSL272.81º58.18%43.14%-
HSV(B)272.81º73.56%68.24%-
XYZ15.828.7240.89-
YUV81.52180.19152.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 46 (18.36% from 255) = 13.69%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=34.52%
G=13.69%
B=51.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116461740.330.7400.32272.8158.1843.14
Hex742EAE214A0201113a2b
Octal16456256411120404217253
Binary11101001011101010111010000110010100100000100010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742EAE; }

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

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

<style>
 a { background-color: #742EAE; }

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

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

<style>
 span { border-color: #742EAE; }

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

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