#75229F

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

Shades of Vivid Violet #75229F

Tints of Vivid Violet #75229F

Color information

#75229F (or 0x75229F) is unknown color: approx Vivid Violet. HEX triplet: 75, 22 and 9F. RGB value is (117,34,159). Sum of RGB (Red+Green+Blue) = 117+34+159=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #75229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229F is #8ADD60. Grayscale: #484848. Windows color (decimal): -9100641 or 10429045. OLE color: 10429045.

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

Color convert

RGB11734159-
CMYK0.260.7900.38
HSL279.84º64.77%37.84%-
HSV(B)279.84º78.62%62.35%-
XYZ14.177.4333.49-
YUV73.07176.5159.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=37.74%
G=10.97%
B=51.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117341590.260.7900.38279.8464.7737.84
Hex75229F1A4F0261184126
Octal165422373211704643010146
Binary11101011000101001111111010100111101001101000110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75229F; }

 p { color: rgb(117,34,159); }

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

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

 a { background-color: rgb(117,34,159); }

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

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

 span { border-color: rgb(117,34,159); }

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