#752193

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

Shades of Vivid Violet #752193

Tints of Vivid Violet #752193

Color information

#752193 (or 0x752193) is unknown color: approx Vivid Violet. HEX triplet: 75, 21 and 93. RGB value is (117,33,147). Sum of RGB (Red+Green+Blue) = 117+33+147=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #752193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752193 is #8ADE6C. Grayscale: #464646. Windows color (decimal): -9100909 or 9642357. OLE color: 9642357.

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

Color convert

RGB11733147-
CMYK0.200.7800.42
HSL284.21º63.33%35.29%-
HSV(B)284.21º77.55%57.65%-
XYZ13.156.9828.26-
YUV71.11170.83160.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=39.39%
G=11.11%
B=49.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117331470.200.7800.42284.2163.3335.29
Hex752193144E02A11c3f23
Octal16541223241160524347743
Binary1110101100001100100111010010011100101010100011100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752193; }

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

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

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

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

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

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

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

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