#75189B

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

Shades of Vivid Violet #75189B

Tints of Vivid Violet #75189B

Color information

#75189B (or 0x75189B) is unknown color: approx Vivid Violet. HEX triplet: 75, 18 and 9B. RGB value is (117,24,155). Sum of RGB (Red+Green+Blue) = 117+24+155=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #75189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75189B is #8AE764. Grayscale: #424242. Windows color (decimal): -9103205 or 10164341. OLE color: 10164341.

HSL color Cylindrical-coordinate representation of color #75189B: hue angle of 282.6º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75189B is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11724155-
CMYK0.250.8500.39
HSL282.6º73.18%35.1%-
HSV(B)282.6º84.52%60.78%-
XYZ13.586.831.61-
YUV66.74177.81163.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=39.53%
G=8.11%
B=52.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117241550.250.8500.39282.673.1835.1
Hex75189B195502711b4923
Octal165302333112504743311143
Binary1110101110001001101111001101010101001111000110111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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