#752C8F

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

Shades of Vivid Violet #752C8F

Tints of Vivid Violet #752C8F

Color information

#752C8F (or 0x752C8F) is unknown color: approx Vivid Violet. HEX triplet: 75, 2C and 8F. RGB value is (117,44,143). Sum of RGB (Red+Green+Blue) = 117+44+143=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #752C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C8F is #8AD370. Grayscale: #4C4C4C. Windows color (decimal): -9098097 or 9383029. OLE color: 9383029.

HSL color Cylindrical-coordinate representation of color #752C8F: hue angle of 284.24º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752C8F is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11744143-
CMYK0.180.6900.44
HSL284.24º52.94%36.67%-
HSV(B)284.24º69.23%56.08%-
XYZ13.197.5726.75-
YUV77.11165.18156.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 44 (17.58% from 255) = 14.47%
BLUE value IS 143 (56.25% from 255) = 47.04%
R=38.49%
G=14.47%
B=47.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117441430.180.6900.44284.2452.9436.67
Hex752C8F124502C11c3525
Octal16554217221050544346545
Binary1110101101100100011111001010001010101100100011100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752C8F; }

 p { color: rgb(117,44,143); }

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

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

 a { background-color: rgb(117,44,143); }

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

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

 span { border-color: rgb(117,44,143); }

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