#753792

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

Shades of Vivid Violet #753792

Tints of Vivid Violet #753792

Color information

#753792 (or 0x753792) is unknown color: approx Vivid Violet. HEX triplet: 75, 37 and 92. RGB value is (117,55,146). Sum of RGB (Red+Green+Blue) = 117+55+146=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #753792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753792 is #8AC86D. Grayscale: #535353. Windows color (decimal): -9095278 or 9582453. OLE color: 9582453.

HSL color Cylindrical-coordinate representation of color #753792: hue angle of 280.88º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753792 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11755146-
CMYK0.200.6200.43
HSL280.88º45.27%39.41%-
HSV(B)280.88º62.33%57.25%-
XYZ13.898.5928.12-
YUV83.91163.04151.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 55 (21.88% from 255) = 17.30%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=36.79%
G=17.30%
B=45.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117551460.200.6200.43280.8845.2739.41
Hex753792143E02B1192d27
Octal1656722224760534315547
Binary111010111011110010010101001111100101011100011001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753792; }

 p { color: rgb(117,55,146); }

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

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

 a { background-color: rgb(117,55,146); }

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

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

 span { border-color: rgb(117,55,146); }

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