#75169E

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

Shades of Vivid Violet #75169E

Tints of Vivid Violet #75169E

Color information

#75169E (or 0x75169E) is unknown color: approx Vivid Violet. HEX triplet: 75, 16 and 9E. RGB value is (117,22,158). Sum of RGB (Red+Green+Blue) = 117+22+158=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #75169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75169E is #8AE961. Grayscale: #414141. Windows color (decimal): -9103714 or 10360437. OLE color: 10360437.

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

Color convert

RGB11722158-
CMYK0.260.8600.38
HSL281.91º75.56%35.29%-
HSV(B)281.91º86.08%61.96%-
XYZ13.796.8232.94-
YUV65.91179.97164.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=39.39%
G=7.41%
B=53.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117221580.260.8600.38281.9175.5635.29
Hex75169E1A5602611a4c23
Octal165262363212604643211443
Binary1110101101101001111011010101011001001101000110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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