#752E8E

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

Shades of Vivid Violet #752E8E

Tints of Vivid Violet #752E8E

Color information

#752E8E (or 0x752E8E) is unknown color: approx Vivid Violet. HEX triplet: 75, 2E and 8E. RGB value is (117,46,142). Sum of RGB (Red+Green+Blue) = 117+46+142=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #752E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752E8E is #8AD171. Grayscale: #4D4D4D. Windows color (decimal): -9097586 or 9318005. OLE color: 9318005.

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

Color convert

RGB11746142-
CMYK0.180.6800.44
HSL284.38º51.06%36.86%-
HSV(B)284.38º67.61%55.69%-
XYZ13.27.6926.38-
YUV78.17164.02155.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=38.36%
G=15.08%
B=46.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117461420.180.6800.44284.3851.0636.86
Hex752E8E124402C11c3325
Octal16556216221040544346345
Binary1110101101110100011101001010001000101100100011100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,142); }

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

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

 a { background-color: rgb(117,46,142); }

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

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

 span { border-color: rgb(117,46,142); }

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