#753399

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

Shades of Vivid Violet #753399

Tints of Vivid Violet #753399

Color information

#753399 (or 0x753399) is unknown color: approx Vivid Violet. HEX triplet: 75, 33 and 99. RGB value is (117,51,153). Sum of RGB (Red+Green+Blue) = 117+51+153=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #753399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753399 is #8ACC66. Grayscale: #525252. Windows color (decimal): -9096295 or 10040181. OLE color: 10040181.

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

Color convert

RGB11751153-
CMYK0.240.6700.4
HSL278.82º50%40%-
HSV(B)278.82º66.67%60%-
XYZ14.278.4531.02-
YUV82.36167.87152.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=36.45%
G=15.89%
B=47.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117511530.240.6700.4278.825040
Hex75339918430281173228
Octal16563231301030504276250
Binary1110101110011100110011100010000110101000100010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753399; }

 p { color: rgb(117,51,153); }

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

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

 a { background-color: rgb(117,51,153); }

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

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

 span { border-color: rgb(117,51,153); }

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