Html Css Color HEX #743591 Vivid Violet

📋 copy color: '#743591'

red 116 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #743591

Tints of Vivid Violet #743591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 36.94%
G = 16.88%
B = 46.18%

CMYK

 C value IS 0.2

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743591 (or 0x743591) is known color: Vivid Violet. HEX triplet: 74, 35 and 91. RGB value is (116,53,145). Sum of RGB (Red+Green+Blue) = 116+53+145=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #743591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743591 is #8BCA6E. Grayscale: #525252. Windows color (decimal): -9161327 or 9516404. OLE color: 9516404.

HSL color Cylindrical-coordinate representation of color #743591: hue angle of 281.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743591 is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 53 145 -
CMYK 0.2 0.63 0 0.43
HSL 281.09º 0.46% 0.39% -
HSV(B) 281.09º 0.63% 0.57% -
XYZ 13.59 8.3 27.67 -
YUV 82.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 116 53 145 0.2 0.63 0 0.43 281.09 0.46 0.39
Hex 74 35 91 14 3F 0 2B 119 2E 27
Octal 164 65 221 24 77 0 53 431 56 47
Binary 1110100 110101 10010001 10100 111111 0 101011 100011001 101110 100111

Color Harmonies of #743591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743591

Black with #743591

Text Example


Text Example

White with #743591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743591; }

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

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

background-color css

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

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

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

border-color css

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

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

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