Html Css Color HEX #743694 Vivid Violet

📋 copy color: '#743694'

red 116 ◦ green 54 ◦ blue 148

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

Shades of Vivid Violet #743694

Tints of Vivid Violet #743694

RGB

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

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

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

R = 36.48%
G = 16.98%
B = 46.54%

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

#743694 (or 0x743694) is known color: Vivid Violet. HEX triplet: 74, 36 and 94. RGB value is (116,54,148). Sum of RGB (Red+Green+Blue) = 116+54+148=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #743694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743694 is #8BC96B. Grayscale: #525252. Windows color (decimal): -9161068 or 9713268. OLE color: 9713268.

HSL color Cylindrical-coordinate representation of color #743694: hue angle of 279.57º 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 #743694 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 54 148 -
CMYK 0.22 0.64 0 0.42
HSL 279.57º 0.47% 0.4% -
HSV(B) 279.57º 0.64% 0.58% -
XYZ 13.87 8.49 28.92 -
YUV 83.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 116 54 148 0.22 0.64 0 0.42 279.57 0.47 0.4
Hex 74 36 94 16 40 0 2A 118 2F 28
Octal 164 66 224 26 100 0 52 430 57 50
Binary 1110100 110110 10010100 10110 1000000 0 101010 100011000 101111 101000

Color Harmonies of #743694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743694

Black with #743694

Text Example


Text Example

White with #743694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743694; }

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

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

background-color css

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

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

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

border-color css

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

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

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