#74269D

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

Shades of Vivid Violet #74269D

Tints of Vivid Violet #74269D

Color information

#74269D (or 0x74269D) is unknown color: approx Vivid Violet. HEX triplet: 74, 26 and 9D. RGB value is (116,38,157). Sum of RGB (Red+Green+Blue) = 116+38+157=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #74269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74269D is #8BD962. Grayscale: #4A4A4A. Windows color (decimal): -9165155 or 10298996. OLE color: 10298996.

HSL color Cylindrical-coordinate representation of color #74269D: hue angle of 279.33º degrees, saturation: 0.61, 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 #74269D is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11638157-
CMYK0.260.7600.38
HSL279.33º61.03%38.24%-
HSV(B)279.33º75.8%61.57%-
XYZ13.987.5332.62-
YUV74.89174.34157.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=37.30%
G=12.22%
B=50.48%

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
Decimal116381570.260.7600.38279.3361.0338.24
Hex74269D1A4C0261173d26
Octal16446235321140464277546
Binary1110100100110100111011101010011000100110100010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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