#753E8E

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

Shades of Vivid Violet #753E8E

Tints of Vivid Violet #753E8E

Color information

#753E8E (or 0x753E8E) is unknown color: approx Vivid Violet. HEX triplet: 75, 3E and 8E. RGB value is (117,62,142). Sum of RGB (Red+Green+Blue) = 117+62+142=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #753E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753E8E is #8AC171. Grayscale: #575757. Windows color (decimal): -9093490 or 9322101. OLE color: 9322101.

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

Color convert

RGB11762142-
CMYK0.180.5600.44
HSL281.25º39.22%40%-
HSV(B)281.25º56.34%55.69%-
XYZ13.949.1826.63-
YUV87.56158.72149-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=36.45%
G=19.31%
B=44.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117621420.180.5600.44281.2539.2240
Hex753E8E123802C1192728
Octal1657621622700544314750
Binary111010111111010001110100101110000101100100011001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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