Html Css Color HEX #743795 Vivid Violet

📋 copy color: '#743795'

red 116 ◦ green 55 ◦ blue 149

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

Shades of Vivid Violet #743795

Tints of Vivid Violet #743795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

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

R = 36.25%
G = 17.19%
B = 46.56%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743795 (or 0x743795) is known color: Vivid Violet. HEX triplet: 74, 37 and 95. RGB value is (116,55,149). Sum of RGB (Red+Green+Blue) = 116+55+149=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #743795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743795 is #8BC86A. Grayscale: #535353. Windows color (decimal): -9160811 or 9779060. OLE color: 9779060.

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

Color convert

RGB 116 55 149 -
CMYK 0.22 0.63 0 0.42
HSL 278.94º 0.46% 0.4% -
HSV(B) 278.94º 0.63% 0.58% -
XYZ 13.99 8.62 29.36 -
YUV 83.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 116 55 149 0.22 0.63 0 0.42 278.94 0.46 0.4
Hex 74 37 95 16 3F 0 2A 117 2E 28
Octal 164 67 225 26 77 0 52 427 56 50
Binary 1110100 110111 10010101 10110 111111 0 101010 100010111 101110 101000

Color Harmonies of #743795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743795

Black with #743795

Text Example


Text Example

White with #743795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743795; }

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

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

background-color css

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

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

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

border-color css

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

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

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