#74309B

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

Shades of Vivid Violet #74309B

Tints of Vivid Violet #74309B

Color information

#74309B (or 0x74309B) is unknown color: approx Vivid Violet. HEX triplet: 74, 30 and 9B. RGB value is (116,48,155). Sum of RGB (Red+Green+Blue) = 116+48+155=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #74309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74309B is #8BCF64. Grayscale: #505050. Windows color (decimal): -9162597 or 10170484. OLE color: 10170484.

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

Color convert

RGB11648155-
CMYK0.250.6900.39
HSL278.13º52.71%39.8%-
HSV(B)278.13º69.03%60.78%-
XYZ14.188.1931.84-
YUV80.53170.03153.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=36.36%
G=15.05%
B=48.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116481550.250.6900.39278.1352.7139.8
Hex74309B19450271163528
Octal16460233311050474266550
Binary1110100110000100110111100110001010100111100010110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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