#75229C

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

Shades of Vivid Violet #75229C

Tints of Vivid Violet #75229C

Color information

#75229C (or 0x75229C) is unknown color: approx Vivid Violet. HEX triplet: 75, 22 and 9C. RGB value is (117,34,156). Sum of RGB (Red+Green+Blue) = 117+34+156=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #75229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229C is #8ADD63. Grayscale: #484848. Windows color (decimal): -9100644 or 10232437. OLE color: 10232437.

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

Color convert

RGB11734156-
CMYK0.250.7800.39
HSL280.82º64.21%37.25%-
HSV(B)280.82º78.21%61.18%-
XYZ13.917.3332.13-
YUV72.72175159.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=38.11%
G=11.07%
B=50.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117341560.250.7800.39280.8264.2137.25
Hex75229C194E0271194025
Octal165422343111604743110045
Binary11101011000101001110011001100111001001111000110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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