#75249E

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

Shades of Vivid Violet #75249E

Tints of Vivid Violet #75249E

Color information

#75249E (or 0x75249E) is unknown color: approx Vivid Violet. HEX triplet: 75, 24 and 9E. RGB value is (117,36,158). Sum of RGB (Red+Green+Blue) = 117+36+158=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #75249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75249E is #8ADB61. Grayscale: #494949. Windows color (decimal): -9100130 or 10364021. OLE color: 10364021.

HSL color Cylindrical-coordinate representation of color #75249E: hue angle of 279.84º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75249E is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11736158-
CMYK0.260.7700.38
HSL279.84º62.89%38.04%-
HSV(B)279.84º77.22%61.96%-
XYZ14.147.5133.05-
YUV74.13175.34158.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=37.62%
G=11.58%
B=50.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117361580.260.7700.38279.8462.8938.04
Hex75249E1A4D0261183f26
Octal16544236321150464307746
Binary1110101100100100111101101010011010100110100011000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75249E; }

 p { color: rgb(117,36,158); }

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

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

 a { background-color: rgb(117,36,158); }

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

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

 span { border-color: rgb(117,36,158); }

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