Html Css Color HEX #743594 Vivid Violet

📋 copy color: '#743594'

red 116 ◦ green 53 ◦ blue 148

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

Shades of Vivid Violet #743594

Tints of Vivid Violet #743594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 36.59%
G = 16.72%
B = 46.69%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743594 (or 0x743594) is known color: Vivid Violet. HEX triplet: 74, 35 and 94. RGB value is (116,53,148). Sum of RGB (Red+Green+Blue) = 116+53+148=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #743594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743594 is #8BCA6B. Grayscale: #525252. Windows color (decimal): -9161324 or 9713012. OLE color: 9713012.

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

Color convert

RGB 116 53 148 -
CMYK 0.22 0.64 0 0.42
HSL 279.79º 0.47% 0.39% -
HSV(B) 279.79º 0.64% 0.58% -
XYZ 13.82 8.4 28.91 -
YUV 82.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 116 53 148 0.22 0.64 0 0.42 279.79 0.47 0.39
Hex 74 35 94 16 40 0 2A 118 2F 27
Octal 164 65 224 26 100 0 52 430 57 47
Binary 1110100 110101 10010100 10110 1000000 0 101010 100011000 101111 100111

Color Harmonies of #743594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743594

Black with #743594

Text Example


Text Example

White with #743594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743594; }

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

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

background-color css

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

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

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

border-color css

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

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

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