Html Css Color HEX #743695 Vivid Violet

📋 copy color: '#743695'

red 116 ◦ green 54 ◦ blue 149

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

Shades of Vivid Violet #743695

Tints of Vivid Violet #743695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 36.36%
G = 16.93%
B = 46.71%

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

#743695 (or 0x743695) is known color: Vivid Violet. HEX triplet: 74, 36 and 95. RGB value is (116,54,149). Sum of RGB (Red+Green+Blue) = 116+54+149=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #743695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743695 is #8BC96A. Grayscale: #535353. Windows color (decimal): -9161067 or 9778804. OLE color: 9778804.

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

Color convert

RGB 116 54 149 -
CMYK 0.22 0.64 0 0.42
HSL 279.16º 0.47% 0.4% -
HSV(B) 279.16º 0.64% 0.58% -
XYZ 13.95 8.52 29.34 -
YUV 83.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 116 54 149 0.22 0.64 0 0.42 279.16 0.47 0.4
Hex 74 36 95 16 40 0 2A 117 2F 28
Octal 164 66 225 26 100 0 52 427 57 50
Binary 1110100 110110 10010101 10110 1000000 0 101010 100010111 101111 101000

Color Harmonies of #743695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743695

Black with #743695

Text Example


Text Example

White with #743695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743695; }

 p { color: rgb(116,54,149); }

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

background-color css

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

 a { background-color: rgb(116,54,149); }

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

border-color css

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

 span { border-color: rgb(116,54,149); }

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