#753498

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

Shades of Vivid Violet #753498

Tints of Vivid Violet #753498

Color information

#753498 (or 0x753498) is unknown color: approx Vivid Violet. HEX triplet: 75, 34 and 98. RGB value is (117,52,152). Sum of RGB (Red+Green+Blue) = 117+52+152=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 52 (20.70% from 255 or 16.20% 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 #753498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753498 is #8ACB67. Grayscale: #525252. Windows color (decimal): -9096040 or 9974901. OLE color: 9974901.

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

Color convert

RGB11752152-
CMYK0.230.6600.40
HSL279º49.02%40%-
HSV(B)279º65.79%59.61%-
XYZ14.238.530.6-
YUV82.84167.03152.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=36.45%
G=16.20%
B=47.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117521520.230.6600.4027949.0240
Hex75349817420281173128
Octal16564230271020504276150
Binary1110101110100100110001011110000100101000100010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753498; }

 p { color: rgb(117,52,152); }

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

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

 a { background-color: rgb(117,52,152); }

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

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

 span { border-color: rgb(117,52,152); }

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