#74259D

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

Shades of Vivid Violet #74259D

Tints of Vivid Violet #74259D

Color information

#74259D (or 0x74259D) is unknown color: approx Vivid Violet. HEX triplet: 74, 25 and 9D. RGB value is (116,37,157). Sum of RGB (Red+Green+Blue) = 116+37+157=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #74259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74259D is #8BDA62. Grayscale: #494949. Windows color (decimal): -9165411 or 10298740. OLE color: 10298740.

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

Color convert

RGB11637157-
CMYK0.260.7600.38
HSL279.5º61.86%38.04%-
HSV(B)279.5º76.43%61.57%-
XYZ13.957.4732.6-
YUV74.3174.67157.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=37.42%
G=11.94%
B=50.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116371570.260.7600.38279.561.8638.04
Hex74259D1A4C0261183e26
Octal16445235321140464307646
Binary1110100100101100111011101010011000100110100011000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74259D; }

 p { color: rgb(116,37,157); }

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

<style>
 a { background-color: #74259D; }

 a { background-color: rgb(116,37,157); }

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

<style>
 span { border-color: #74259D; }

 span { border-color: rgb(116,37,157); }

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