#75229D

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

Shades of Vivid Violet #75229D

Tints of Vivid Violet #75229D

Color information

#75229D (or 0x75229D) is unknown color: approx Vivid Violet. HEX triplet: 75, 22 and 9D. RGB value is (117,34,157). Sum of RGB (Red+Green+Blue) = 117+34+157=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #75229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229D is #8ADD62. Grayscale: #484848. Windows color (decimal): -9100643 or 10297973. OLE color: 10297973.

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

Color convert

RGB11734157-
CMYK0.250.7800.38
HSL280.49º64.4%37.45%-
HSV(B)280.49º78.34%61.57%-
XYZ13.997.3632.58-
YUV72.84175.5159.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 34 (13.67% from 255) = 11.04%
BLUE value IS 157 (61.72% from 255) = 50.97%
R=37.99%
G=11.04%
B=50.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117341570.250.7800.38280.4964.437.45
Hex75229D194E0261184025
Octal165422353111604643010045
Binary11101011000101001110111001100111001001101000110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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