#752793

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

Shades of Vivid Violet #752793

Tints of Vivid Violet #752793

Color information

#752793 (or 0x752793) is unknown color: approx Vivid Violet. HEX triplet: 75, 27 and 93. RGB value is (117,39,147). Sum of RGB (Red+Green+Blue) = 117+39+147=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #752793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752793 is #8AD86C. Grayscale: #4A4A4A. Windows color (decimal): -9099373 or 9643893. OLE color: 9643893.

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

Color convert

RGB11739147-
CMYK0.200.7300.42
HSL283.33º58.06%36.47%-
HSV(B)283.33º73.47%57.65%-
XYZ13.337.3428.32-
YUV74.63168.84158.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=38.61%
G=12.87%
B=48.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117391470.200.7300.42283.3358.0636.47
Hex752793144902A11b3a24
Octal16547223241110524337244
Binary1110101100111100100111010010010010101010100011011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752793; }

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

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

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

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

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

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

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

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