Html Css Color HEX #743895 Vivid Violet

📋 copy color: '#743895'

red 116 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #743895

Tints of Vivid Violet #743895

RGB

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

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

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

R = 36.14%
G = 17.45%
B = 46.42%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743895 (or 0x743895) is known color: Vivid Violet. HEX triplet: 74, 38 and 95. RGB value is (116,56,149). Sum of RGB (Red+Green+Blue) = 116+56+149=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #743895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743895 is #8BC76A. Grayscale: #545454. Windows color (decimal): -9160555 or 9779316. OLE color: 9779316.

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

Color convert

RGB 116 56 149 -
CMYK 0.22 0.62 0 0.42
HSL 278.71º 0.45% 0.4% -
HSV(B) 278.71º 0.62% 0.58% -
XYZ 14.04 8.71 29.38 -
YUV 84.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 116 56 149 0.22 0.62 0 0.42 278.71 0.45 0.4
Hex 74 38 95 16 3E 0 2A 117 2D 28
Octal 164 70 225 26 76 0 52 427 55 50
Binary 1110100 111000 10010101 10110 111110 0 101010 100010111 101101 101000

Color Harmonies of #743895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743895

Black with #743895

Text Example


Text Example

White with #743895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743895; }

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

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

background-color css

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

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

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

border-color css

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

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

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