Html Css Color HEX #743B95 Vivid Violet

📋 copy color: '#743B95'

red 116 ◦ green 59 ◦ blue 149

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

Shades of Vivid Violet #743B95

Tints of Vivid Violet #743B95

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.21%

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

R = 35.8%
G = 18.21%
B = 45.99%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743B95 (or 0x743B95) is known color: Vivid Violet. HEX triplet: 74, 3B and 95. RGB value is (116,59,149). Sum of RGB (Red+Green+Blue) = 116+59+149=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #743B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743B95 is #8BC46A. Grayscale: #555555. Windows color (decimal): -9159787 or 9780084. OLE color: 9780084.

HSL color Cylindrical-coordinate representation of color #743B95: hue angle of 278º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743B95 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 59 149 -
CMYK 0.22 0.60 0 0.42
HSL 278º 0.43% 0.41% -
HSV(B) 278º 0.6% 0.58% -
XYZ 14.19 9.01 29.43 -
YUV 86.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 116 59 149 0.22 0.60 0 0.42 278 0.43 0.41
Hex 74 3B 95 16 3C 0 2A 116 2B 29
Octal 164 73 225 26 74 0 52 426 53 51
Binary 1110100 111011 10010101 10110 111100 0 101010 100010110 101011 101001

Color Harmonies of #743B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B95

Black with #743B95

Text Example


Text Example

White with #743B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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