#752C9C

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

Shades of Vivid Violet #752C9C

Tints of Vivid Violet #752C9C

Color information

#752C9C (or 0x752C9C) is unknown color: approx Vivid Violet. HEX triplet: 75, 2C and 9C. RGB value is (117,44,156). Sum of RGB (Red+Green+Blue) = 117+44+156=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #752C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752C9C is #8AD363. Grayscale: #4E4E4E. Windows color (decimal): -9098084 or 10234997. OLE color: 10234997.

HSL color Cylindrical-coordinate representation of color #752C9C: hue angle of 279.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752C9C is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11744156-
CMYK0.250.7200.39
HSL279.11º56%39.22%-
HSV(B)279.11º71.79%61.18%-
XYZ14.247.9832.24-
YUV78.6171.68155.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=36.91%
G=13.88%
B=49.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117441560.250.7200.39279.115639.22
Hex752C9C19480271173827
Octal16554234311100474277047
Binary1110101101100100111001100110010000100111100010111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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