#74169E

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

Shades of Vivid Violet #74169E

Tints of Vivid Violet #74169E

Color information

#74169E (or 0x74169E) is unknown color: approx Vivid Violet. HEX triplet: 74, 16 and 9E. RGB value is (116,22,158). Sum of RGB (Red+Green+Blue) = 116+22+158=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #74169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74169E is #8BE961. Grayscale: #414141. Windows color (decimal): -9169250 or 10360436. OLE color: 10360436.

HSL color Cylindrical-coordinate representation of color #74169E: hue angle of 281.47º 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 #74169E is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11622158-
CMYK0.270.8600.38
HSL281.47º75.56%35.29%-
HSV(B)281.47º86.08%61.96%-
XYZ13.666.7632.93-
YUV65.61180.14163.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=39.19%
G=7.43%
B=53.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116221580.270.8600.38281.4775.5635.29
Hex74169E1B560261194c23
Octal164262363312604643111443
Binary1110100101101001111011011101011001001101000110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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