#743488

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

Shades of Vivid Violet #743488

Tints of Vivid Violet #743488

Color information

#743488 (or 0x743488) is unknown color: approx Vivid Violet. HEX triplet: 74, 34 and 88. RGB value is (116,52,136). Sum of RGB (Red+Green+Blue) = 116+52+136=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #743488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743488 is #8BCB77. Grayscale: #505050. Windows color (decimal): -9161592 or 8926324. OLE color: 8926324.

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

Color convert

RGB11652136-
CMYK0.150.6200.47
HSL285.71º44.68%36.86%-
HSV(B)285.71º61.76%53.33%-
XYZ12.877.9524.15-
YUV80.71159.2153.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=38.16%
G=17.11%
B=44.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116521360.150.6200.47285.7144.6836.86
Hex743488F3E02F11e2d25
Octal1646421017760574365545
Binary11101001101001000100011111111100101111100011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743488; }

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

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

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

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

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

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

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

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