Html Css Color HEX #743090 Vivid Violet

📋 copy color: '#743090'

red 116 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #743090

Tints of Vivid Violet #743090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 37.66%
G = 15.58%
B = 46.75%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#743090 (or 0x743090) is known color: Vivid Violet. HEX triplet: 74, 30 and 90. RGB value is (116,48,144). Sum of RGB (Red+Green+Blue) = 116+48+144=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #743090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743090 is #8BCF6F. Grayscale: #4E4E4E. Windows color (decimal): -9162608 or 9449588. OLE color: 9449588.

HSL color Cylindrical-coordinate representation of color #743090: hue angle of 282.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743090 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 48 144 -
CMYK 0.19 0.67 0 0.44
HSL 282.5º 0.5% 0.38% -
HSV(B) 282.5º 0.67% 0.56% -
XYZ 13.29 7.84 27.2 -
YUV 79.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 116 48 144 0.19 0.67 0 0.44 282.5 0.5 0.38
Hex 74 30 90 13 43 0 2C 11A 32 26
Octal 164 60 220 23 103 0 54 432 62 46
Binary 1110100 110000 10010000 10011 1000011 0 101100 100011010 110010 100110

Color Harmonies of #743090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743090

Black with #743090

Text Example


Text Example

White with #743090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743090; }

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

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

background-color css

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

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

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

border-color css

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

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

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