#74278E

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

Shades of Vivid Violet #74278E

Tints of Vivid Violet #74278E

Color information

#74278E (or 0x74278E) is unknown color: approx Vivid Violet. HEX triplet: 74, 27 and 8E. RGB value is (116,39,142). Sum of RGB (Red+Green+Blue) = 116+39+142=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #74278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74278E is #8BD871. Grayscale: #494949. Windows color (decimal): -9164914 or 9316212. OLE color: 9316212.

HSL color Cylindrical-coordinate representation of color #74278E: hue angle of 284.85º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74278E is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11639142-
CMYK0.180.7300.44
HSL284.85º56.91%35.49%-
HSV(B)284.85º72.54%55.69%-
XYZ12.817.1226.29-
YUV73.76166.51158.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=39.06%
G=13.13%
B=47.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116391420.180.7300.44284.8556.9135.49
Hex74278E124902C11d3923
Octal16447216221110544357143
Binary1110100100111100011101001010010010101100100011101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74278E; }

 p { color: rgb(116,39,142); }

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

<style>
 a { background-color: #74278E; }

 a { background-color: rgb(116,39,142); }

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

<style>
 span { border-color: #74278E; }

 span { border-color: rgb(116,39,142); }

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