#74358D

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

Shades of Vivid Violet #74358D

Tints of Vivid Violet #74358D

Color information

#74358D (or 0x74358D) is unknown color: approx Vivid Violet. HEX triplet: 74, 35 and 8D. RGB value is (116,53,141). Sum of RGB (Red+Green+Blue) = 116+53+141=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #74358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74358D is #8BCA72. Grayscale: #515151. Windows color (decimal): -9161331 or 9254260. OLE color: 9254260.

HSL color Cylindrical-coordinate representation of color #74358D: hue angle of 282.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74358D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11653141-
CMYK0.180.6200.45
HSL282.95º45.36%38.04%-
HSV(B)282.95º62.41%55.29%-
XYZ13.288.1826.08-
YUV81.87161.37152.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=37.42%
G=17.10%
B=45.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116531410.180.6200.45282.9545.3638.04
Hex74358D123E02D11b2d26
Octal1646521522760554335546
Binary111010011010110001101100101111100101101100011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,141); }

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

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

 a { background-color: rgb(116,53,141); }

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

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

 span { border-color: rgb(116,53,141); }

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