#74179A

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

Shades of Vivid Violet #74179A

Tints of Vivid Violet #74179A

Color information

#74179A (or 0x74179A) is unknown color: approx Vivid Violet. HEX triplet: 74, 17 and 9A. RGB value is (116,23,154). Sum of RGB (Red+Green+Blue) = 116+23+154=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #74179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74179A is #8BE865. Grayscale: #414141. Windows color (decimal): -9168998 or 10098548. OLE color: 10098548.

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

Color convert

RGB11623154-
CMYK0.250.8500.40
HSL282.6º74.01%34.71%-
HSV(B)282.6º85.06%60.39%-
XYZ13.346.6631.15-
YUV65.74177.81163.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=39.59%
G=7.85%
B=52.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116231540.250.8500.40282.674.0134.71
Hex74179A195502811b4a23
Octal164272323112505043311243
Binary1110100101111001101011001101010101010001000110111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74179A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74179A; }

 p { color: rgb(116,23,154); }

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

<style>
 a { background-color: #74179A; }

 a { background-color: rgb(116,23,154); }

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

<style>
 span { border-color: #74179A; }

 span { border-color: rgb(116,23,154); }

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