#75149E

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

Shades of Vivid Violet #75149E

Tints of Vivid Violet #75149E

Color information

#75149E (or 0x75149E) is unknown color: approx Vivid Violet. HEX triplet: 75, 14 and 9E. RGB value is (117,20,158). Sum of RGB (Red+Green+Blue) = 117+20+158=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #75149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75149E is #8AEB61. Grayscale: #404040. Windows color (decimal): -9104226 or 10359925. OLE color: 10359925.

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

Color convert

RGB11720158-
CMYK0.260.8700.38
HSL282.17º77.53%34.9%-
HSV(B)282.17º87.34%61.96%-
XYZ13.766.7532.93-
YUV64.74180.64165.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=39.66%
G=6.78%
B=53.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117201580.260.8700.38282.1777.5334.9
Hex75149E1A5702611a4e23
Octal165242363212704643211643
Binary1110101101001001111011010101011101001101000110101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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