Html Css Color HEX #743493 Vivid Violet

📋 copy color: '#743493'

red 116 ◦ green 52 ◦ blue 147

#743493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #743493

Tints of Vivid Violet #743493

RGB

 RED value IS 116 (45.7% from 255) = 36.83%

 GREEN value IS 52 (20.7% from 255) = 16.51%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 36.83%
G = 16.51%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743493 (or 0x743493) is known color: Vivid Violet. HEX triplet: 74, 34 and 93. RGB value is (116,52,147). Sum of RGB (Red+Green+Blue) = 116+52+147=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #743493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743493 is #8BCB6C. Grayscale: #515151. Windows color (decimal): -9161581 or 9647220. OLE color: 9647220.

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

Color convert

RGB 116 52 147 -
CMYK 0.21 0.65 0 0.42
HSL 280.42º 0.48% 0.39% -
HSV(B) 280.42º 0.65% 0.58% -
XYZ 13.7 8.28 28.48 -
YUV 81.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 116 52 147 0.21 0.65 0 0.42 280.42 0.48 0.39
Hex 74 34 93 15 41 0 2A 118 30 27
Octal 164 64 223 25 101 0 52 430 60 47
Binary 1110100 110100 10010011 10101 1000001 0 101010 100011000 110000 100111

Color Harmonies of #743493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743493

Black with #743493

Text Example


Text Example

White with #743493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743493; }

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

 H1.HeaderClassName
 {
   color: #743493;
 }
 .AnyTagClassName
 {
   color: #743493;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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