Html Css Color HEX #743896 Vivid Violet

📋 copy color: '#743896'

red 116 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #743896

Tints of Vivid Violet #743896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 36.02%
G = 17.39%
B = 46.58%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#743896 (or 0x743896) is known color: Vivid Violet. HEX triplet: 74, 38 and 96. RGB value is (116,56,150). Sum of RGB (Red+Green+Blue) = 116+56+150=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #743896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743896 is #8BC769. Grayscale: #545454. Windows color (decimal): -9160554 or 9844852. OLE color: 9844852.

HSL color Cylindrical-coordinate representation of color #743896: hue angle of 278.3º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743896 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 56 150 -
CMYK 0.23 0.63 0 0.41
HSL 278.3º 0.46% 0.4% -
HSV(B) 278.3º 0.63% 0.59% -
XYZ 14.12 8.74 29.8 -
YUV 84.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 116 56 150 0.23 0.63 0 0.41 278.3 0.46 0.4
Hex 74 38 96 17 3F 0 29 116 2E 28
Octal 164 70 226 27 77 0 51 426 56 50
Binary 1110100 111000 10010110 10111 111111 0 101001 100010110 101110 101000

Color Harmonies of #743896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743896

Black with #743896

Text Example


Text Example

White with #743896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743896; }

 p { color: rgb(116,56,150); }

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

background-color css

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

 a { background-color: rgb(116,56,150); }

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

border-color css

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

 span { border-color: rgb(116,56,150); }

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