#753D93

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

Shades of Vivid Violet #753D93

Tints of Vivid Violet #753D93

Color information

#753D93 (or 0x753D93) is unknown color: approx Vivid Violet. HEX triplet: 75, 3D and 93. RGB value is (117,61,147). Sum of RGB (Red+Green+Blue) = 117+61+147=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #753D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D93 is #8AC26C. Grayscale: #575757. Windows color (decimal): -9093741 or 9649525. OLE color: 9649525.

HSL color Cylindrical-coordinate representation of color #753D93: hue angle of 279.07º degrees, saturation: 0.41, 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 #753D93 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11761147-
CMYK0.200.5900.42
HSL279.07º41.35%40.78%-
HSV(B)279.07º58.5%57.65%-
XYZ14.279.2328.63-
YUV87.55161.55149.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 61 (24.22% from 255) = 18.77%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=36%
G=18.77%
B=45.23%

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
Decimal117611470.200.5900.42279.0741.3540.78
Hex753D93143B02A1172929
Octal1657522324730524275151
Binary111010111110110010011101001110110101010100010111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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