#743f98

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

Shades of Royal Purple #743F98

Tints of Royal Purple #743F98

Color information

#743F98 (or 0x743F98) is unknown color: approx Royal Purple. HEX triplet: 74, 3F and 98. RGB value is (116,63,152). Sum of RGB (Red+Green+Blue) = 116+63+152=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #743F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743F98 is #8BC067. Grayscale: #585858. Windows color (decimal): -9158760 or 9977716. OLE color: 9977716.

HSL color Cylindrical-coordinate representation of color #743F98: hue angle of 275.73º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743F98 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11663152-
CMYK0.240.5900.40
HSL275.73º41.4%42.16%-
HSV(B)275.73º58.55%59.61%-
XYZ14.659.5430.77-
YUV88.99163.56147.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=35.05%
G=19.03%
B=45.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116631520.240.5900.40275.7341.442.16
Hex743F98183B028114292a
Octal1647723030730504245152
Binary111010011111110011000110001110110101000100010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743f98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743f98; }

 p { color: rgb(116,63,152); }

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

<style>
 a { background-color: #743f98; }

 a { background-color: rgb(116,63,152); }

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

<style>
 span { border-color: #743f98; }

 span { border-color: rgb(116,63,152); }

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