#75229B

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

Shades of Vivid Violet #75229B

Tints of Vivid Violet #75229B

Color information

#75229B (or 0x75229B) is unknown color: approx Vivid Violet. HEX triplet: 75, 22 and 9B. RGB value is (117,34,155). Sum of RGB (Red+Green+Blue) = 117+34+155=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #75229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229B is #8ADD64. Grayscale: #484848. Windows color (decimal): -9100645 or 10166901. OLE color: 10166901.

HSL color Cylindrical-coordinate representation of color #75229B: hue angle of 281.16º 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 #75229B is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11734155-
CMYK0.250.7800.39
HSL281.16º64.02%37.06%-
HSV(B)281.16º78.06%60.78%-
XYZ13.827.2931.69-
YUV72.61174.5159.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 34 (13.67% from 255) = 11.11%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=38.24%
G=11.11%
B=50.65%

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
Decimal117341550.250.7800.39281.1664.0237.06
Hex75229B194E0271194025
Octal165422333111604743110045
Binary11101011000101001101111001100111001001111000110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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