Html Css Color HEX #743096 Vivid Violet

📋 copy color: '#743096'

red 116 ◦ green 48 ◦ blue 150

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

Shades of Vivid Violet #743096

Tints of Vivid Violet #743096

RGB

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

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

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

R = 36.94%
G = 15.29%
B = 47.77%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#743096 (or 0x743096) is known color: Vivid Violet. HEX triplet: 74, 30 and 96. RGB value is (116,48,150). Sum of RGB (Red+Green+Blue) = 116+48+150=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #743096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743096 is #8BCF69. Grayscale: #4F4F4F. Windows color (decimal): -9162602 or 9842804. OLE color: 9842804.

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

Color convert

RGB 116 48 150 -
CMYK 0.23 0.68 0 0.41
HSL 280º 0.52% 0.39% -
HSV(B) 280º 0.68% 0.59% -
XYZ 13.76 8.03 29.68 -
YUV 79.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 116 48 150 0.23 0.68 0 0.41 280 0.52 0.39
Hex 74 30 96 17 44 0 29 118 34 27
Octal 164 60 226 27 104 0 51 430 64 47
Binary 1110100 110000 10010110 10111 1000100 0 101001 100011000 110100 100111

Color Harmonies of #743096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743096

Black with #743096

Text Example


Text Example

White with #743096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743096; }

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

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

background-color css

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

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

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

border-color css

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

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

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