#74318F

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

Shades of Vivid Violet #74318F

Tints of Vivid Violet #74318F

Color information

#74318F (or 0x74318F) is unknown color: approx Vivid Violet. HEX triplet: 74, 31 and 8F. RGB value is (116,49,143). Sum of RGB (Red+Green+Blue) = 116+49+143=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #74318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74318F is #8BCE70. Grayscale: #4F4F4F. Windows color (decimal): -9162353 or 9384308. OLE color: 9384308.

HSL color Cylindrical-coordinate representation of color #74318F: hue angle of 282.77º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74318F is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11649143-
CMYK0.190.6600.44
HSL282.77º48.96%37.65%-
HSV(B)282.77º65.73%56.08%-
XYZ13.267.8926.81-
YUV79.75163.7153.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=37.66%
G=15.91%
B=46.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116491430.190.6600.44282.7748.9637.65
Hex74318F134202C11b3126
Octal16461217231020544336146
Binary1110100110001100011111001110000100101100100011011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74318F; }

 p { color: rgb(116,49,143); }

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

<style>
 a { background-color: #74318F; }

 a { background-color: rgb(116,49,143); }

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

<style>
 span { border-color: #74318F; }

 span { border-color: rgb(116,49,143); }

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