#741693

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

Shades of Vivid Violet #741693

Tints of Vivid Violet #741693

Color information

#741693 (or 0x741693) is unknown color: approx Vivid Violet. HEX triplet: 74, 16 and 93. RGB value is (116,22,147). Sum of RGB (Red+Green+Blue) = 116+22+147=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #741693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741693 is #8BE96C. Grayscale: #3F3F3F. Windows color (decimal): -9169261 or 9639540. OLE color: 9639540.

HSL color Cylindrical-coordinate representation of color #741693: hue angle of 285.12º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741693 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11622147-
CMYK0.210.8500.42
HSL285.12º73.96%33.14%-
HSV(B)285.12º85.03%57.65%-
XYZ12.766.3928.17-
YUV64.36174.64164.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=40.70%
G=7.72%
B=51.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116221470.210.8500.42285.1273.9633.14
Hex741693155502A11d4a21
Octal164262232512505243511241
Binary1110100101101001001110101101010101010101000111011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741693; }

 p { color: rgb(116,22,147); }

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

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

 a { background-color: rgb(116,22,147); }

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

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

 span { border-color: rgb(116,22,147); }

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