#743698

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

Shades of Royal Purple #743698

Tints of Royal Purple #743698

Color information

#743698 (or 0x743698) is unknown color: approx Royal Purple. HEX triplet: 74, 36 and 98. RGB value is (116,54,152). Sum of RGB (Red+Green+Blue) = 116+54+152=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #743698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743698 is #8BC967. Grayscale: #535353. Windows color (decimal): -9161064 or 9975412. OLE color: 9975412.

HSL color Cylindrical-coordinate representation of color #743698: hue angle of 277.96º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743698 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11654152-
CMYK0.240.6400.40
HSL277.96º47.57%40.39%-
HSV(B)277.96º64.47%59.61%-
XYZ14.198.6230.62-
YUV83.71166.54151.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=36.02%
G=16.77%
B=47.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116541520.240.6400.40277.9647.5740.39
Hex74369818400281163028
Octal16466230301000504266050
Binary1110100110110100110001100010000000101000100010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743698; }

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

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

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

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

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

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

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

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