#742CA3

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

Shades of Royal Purple #742CA3

Tints of Royal Purple #742CA3

Color information

#742CA3 (or 0x742CA3) is unknown color: approx Royal Purple. HEX triplet: 74, 2C and A3. RGB value is (116,44,163). Sum of RGB (Red+Green+Blue) = 116+44+163=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #742CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742CA3 is #8BD35C. Grayscale: #4E4E4E. Windows color (decimal): -9163613 or 10693748. OLE color: 10693748.

HSL color Cylindrical-coordinate representation of color #742CA3: hue angle of 276.3º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742CA3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11644163-
CMYK0.290.7300.36
HSL276.3º57.49%40.59%-
HSV(B)276.3º73.01%63.92%-
XYZ14.718.1635.45-
YUV79.09175.35154.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=35.91%
G=13.62%
B=50.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116441630.290.7300.36276.357.4940.59
Hex742CA31D490241143929
Octal16454243351110444247151
Binary1110100101100101000111110110010010100100100010100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,44,163); }

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

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

 a { background-color: rgb(116,44,163); }

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

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

 span { border-color: rgb(116,44,163); }

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