#74169C

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

Shades of Vivid Violet #74169C

Tints of Vivid Violet #74169C

Color information

#74169C (or 0x74169C) is unknown color: approx Vivid Violet. HEX triplet: 74, 16 and 9C. RGB value is (116,22,156). Sum of RGB (Red+Green+Blue) = 116+22+156=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #74169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74169C is #8BE963. Grayscale: #404040. Windows color (decimal): -9169252 or 10229364. OLE color: 10229364.

HSL color Cylindrical-coordinate representation of color #74169C: hue angle of 282.09º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74169C is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11622156-
CMYK0.260.8600.39
HSL282.09º75.28%34.9%-
HSV(B)282.09º85.9%61.18%-
XYZ13.496.6932.03-
YUV65.38179.14164.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.46%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 156 (61.33% from 255) = 53.06%
R=39.46%
G=7.48%
B=53.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116221560.260.8600.39282.0975.2834.9
Hex74169C1A5602711a4b23
Octal164262343212604743211343
Binary1110100101101001110011010101011001001111000110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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