#75229E

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

Shades of Vivid Violet #75229E

Tints of Vivid Violet #75229E

Color information

#75229E (or 0x75229E) is unknown color: approx Vivid Violet. HEX triplet: 75, 22 and 9E. RGB value is (117,34,158). Sum of RGB (Red+Green+Blue) = 117+34+158=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #75229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229E is #8ADD61. Grayscale: #484848. Windows color (decimal): -9100642 or 10363509. OLE color: 10363509.

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

Color convert

RGB11734158-
CMYK0.260.7800.38
HSL280.16º64.58%37.65%-
HSV(B)280.16º78.48%61.96%-
XYZ14.087.3933.03-
YUV72.95176159.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=37.86%
G=11.00%
B=51.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117341580.260.7800.38280.1664.5837.65
Hex75229E1A4E0261184126
Octal165422363211604643010146
Binary11101011000101001111011010100111001001101000110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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