#742388

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

Shades of Vivid Violet #742388

Tints of Vivid Violet #742388

Color information

#742388 (or 0x742388) is unknown color: approx Vivid Violet. HEX triplet: 74, 23 and 88. RGB value is (116,35,136). Sum of RGB (Red+Green+Blue) = 116+35+136=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #742388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742388 is #8BDC77. Grayscale: #464646. Windows color (decimal): -9165944 or 8921972. OLE color: 8921972.

HSL color Cylindrical-coordinate representation of color #742388: hue angle of 288.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742388 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11635136-
CMYK0.150.7400.47
HSL288.12º59.06%33.53%-
HSV(B)288.12º74.26%53.33%-
XYZ12.256.6923.94-
YUV70.73164.84160.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=40.42%
G=12.20%
B=47.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116351360.150.7400.47288.1259.0633.53
Hex742388F4A02F1203b22
Octal16443210171120574407342
Binary111010010001110001000111110010100101111100100000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742388; }

 p { color: rgb(116,35,136); }

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

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

 a { background-color: rgb(116,35,136); }

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

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

 span { border-color: rgb(116,35,136); }

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