#74199B

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

Shades of Vivid Violet #74199B

Tints of Vivid Violet #74199B

Color information

#74199B (or 0x74199B) is unknown color: approx Vivid Violet. HEX triplet: 74, 19 and 9B. RGB value is (116,25,155). Sum of RGB (Red+Green+Blue) = 116+25+155=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #74199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74199B is #8BE664. Grayscale: #424242. Windows color (decimal): -9168485 or 10164596. OLE color: 10164596.

HSL color Cylindrical-coordinate representation of color #74199B: hue angle of 282º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74199B is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11625155-
CMYK0.250.8400.39
HSL282º72.22%35.29%-
HSV(B)282º83.87%60.78%-
XYZ13.476.7731.61-
YUV67.03177.65162.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=39.19%
G=8.45%
B=52.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116251550.250.8400.3928272.2235.29
Hex74199B195402711a4823
Octal164312333112404743211043
Binary1110100110011001101111001101010001001111000110101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74199B; }

 p { color: rgb(116,25,155); }

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

<style>
 a { background-color: #74199B; }

 a { background-color: rgb(116,25,155); }

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

<style>
 span { border-color: #74199B; }

 span { border-color: rgb(116,25,155); }

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