#752393

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

Shades of Vivid Violet #752393

Tints of Vivid Violet #752393

Color information

#752393 (or 0x752393) is unknown color: approx Vivid Violet. HEX triplet: 75, 23 and 93. RGB value is (117,35,147). Sum of RGB (Red+Green+Blue) = 117+35+147=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #752393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752393 is #8ADC6C. Grayscale: #474747. Windows color (decimal): -9100397 or 9642869. OLE color: 9642869.

HSL color Cylindrical-coordinate representation of color #752393: hue angle of 283.93º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752393 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11735147-
CMYK0.200.7600.42
HSL283.93º61.54%35.69%-
HSV(B)283.93º76.19%57.65%-
XYZ13.27.0928.28-
YUV72.29170.17159.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=39.13%
G=11.71%
B=49.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117351470.200.7600.42283.9361.5435.69
Hex752393144C02A11c3e24
Octal16543223241140524347644
Binary1110101100011100100111010010011000101010100011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752393; }

 p { color: rgb(117,35,147); }

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

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

 a { background-color: rgb(117,35,147); }

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

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

 span { border-color: rgb(117,35,147); }

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