Html Css Color HEX #743095 Vivid Violet

📋 copy color: '#743095'

red 116 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #743095

Tints of Vivid Violet #743095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 37.06%
G = 15.34%
B = 47.6%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743095 (or 0x743095) is known color: Vivid Violet. HEX triplet: 74, 30 and 95. RGB value is (116,48,149). Sum of RGB (Red+Green+Blue) = 116+48+149=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #743095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743095 is #8BCF6A. Grayscale: #4F4F4F. Windows color (decimal): -9162603 or 9777268. OLE color: 9777268.

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

Color convert

RGB 116 48 149 -
CMYK 0.22 0.68 0 0.42
HSL 280.4º 0.51% 0.39% -
HSV(B) 280.4º 0.68% 0.58% -
XYZ 13.68 8 29.26 -
YUV 79.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 116 48 149 0.22 0.68 0 0.42 280.4 0.51 0.39
Hex 74 30 95 16 44 0 2A 118 33 27
Octal 164 60 225 26 104 0 52 430 63 47
Binary 1110100 110000 10010101 10110 1000100 0 101010 100011000 110011 100111

Color Harmonies of #743095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743095

Black with #743095

Text Example


Text Example

White with #743095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743095; }

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

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

background-color css

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

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

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

border-color css

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

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

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