#742A9B

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

Shades of Vivid Violet #742A9B

Tints of Vivid Violet #742A9B

Color information

#742A9B (or 0x742A9B) is unknown color: approx Vivid Violet. HEX triplet: 74, 2A and 9B. RGB value is (116,42,155). Sum of RGB (Red+Green+Blue) = 116+42+155=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #742A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742A9B is #8BD564. Grayscale: #4C4C4C. Windows color (decimal): -9164133 or 10168948. OLE color: 10168948.

HSL color Cylindrical-coordinate representation of color #742A9B: hue angle of 279.29º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742A9B is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11642155-
CMYK0.250.7300.39
HSL279.29º57.36%38.63%-
HSV(B)279.29º72.9%60.78%-
XYZ13.957.7431.77-
YUV77.01172.02155.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 42 (16.80% from 255) = 13.42%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=37.06%
G=13.42%
B=49.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116421550.250.7300.39279.2957.3638.63
Hex742A9B19490271173927
Octal16452233311110474277147
Binary1110100101010100110111100110010010100111100010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742A9B; }

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

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

<style>
 a { background-color: #742A9B; }

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

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

<style>
 span { border-color: #742A9B; }

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

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