#753C93

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

Shades of Vivid Violet #753C93

Tints of Vivid Violet #753C93

Color information

#753C93 (or 0x753C93) is unknown color: approx Vivid Violet. HEX triplet: 75, 3C and 93. RGB value is (117,60,147). Sum of RGB (Red+Green+Blue) = 117+60+147=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #753C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C93 is #8AC36C. Grayscale: #565656. Windows color (decimal): -9093997 or 9649269. OLE color: 9649269.

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

Color convert

RGB11760147-
CMYK0.200.5900.42
HSL279.31º42.03%40.59%-
HSV(B)279.31º59.18%57.65%-
XYZ14.229.1228.61-
YUV86.96161.88149.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 60 (23.83% from 255) = 18.52%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=36.11%
G=18.52%
B=45.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117601470.200.5900.42279.3142.0340.59
Hex753C93143B02A1172a29
Octal1657422324730524275251
Binary111010111110010010011101001110110101010100010111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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