Html Css Color HEX #743093 Vivid Violet

📋 copy color: '#743093'

red 116 ◦ green 48 ◦ blue 147

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

Shades of Vivid Violet #743093

Tints of Vivid Violet #743093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 37.3%
G = 15.43%
B = 47.27%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743093 (or 0x743093) is known color: Vivid Violet. HEX triplet: 74, 30 and 93. RGB value is (116,48,147). Sum of RGB (Red+Green+Blue) = 116+48+147=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #743093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743093 is #8BCF6C. Grayscale: #4F4F4F. Windows color (decimal): -9162605 or 9646196. OLE color: 9646196.

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

Color convert

RGB 116 48 147 -
CMYK 0.21 0.67 0 0.42
HSL 281.21º 0.51% 0.38% -
HSV(B) 281.21º 0.67% 0.58% -
XYZ 13.53 7.93 28.42 -
YUV 79.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 116 48 147 0.21 0.67 0 0.42 281.21 0.51 0.38
Hex 74 30 93 15 43 0 2A 119 33 26
Octal 164 60 223 25 103 0 52 431 63 46
Binary 1110100 110000 10010011 10101 1000011 0 101010 100011001 110011 100110

Color Harmonies of #743093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743093

Black with #743093

Text Example


Text Example

White with #743093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743093; }

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

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

background-color css

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

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

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

border-color css

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

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

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