#743598

Color #743598 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #743598

Tints of Vivid Violet #743598

Color information

#743598 (or 0x743598) is unknown color: approx Vivid Violet. HEX triplet: 74, 35 and 98. RGB value is (116,53,152). Sum of RGB (Red+Green+Blue) = 116+53+152=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #743598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743598 is #8BCA67. Grayscale: #525252. Windows color (decimal): -9161320 or 9975156. OLE color: 9975156.

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

Color convert

RGB11653152-
CMYK0.240.6500.40
HSL278.18º48.29%40.2%-
HSV(B)278.18º65.13%59.61%-
XYZ14.148.5330.61-
YUV83.12166.87151.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 53 (21.09% from 255) = 16.51%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=36.14%
G=16.51%
B=47.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116531520.240.6500.40278.1848.2940.2
Hex74359818410281163028
Octal16465230301010504266050
Binary1110100110101100110001100010000010101000100010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743598; }

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

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

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

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

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

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

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

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