Html Css Color HEX #742790 Vivid Violet

📋 copy color: '#742790'

red 116 ◦ green 39 ◦ blue 144

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

Shades of Vivid Violet #742790

Tints of Vivid Violet #742790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 38.8%
G = 13.04%
B = 48.16%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#742790 (or 0x742790) is known color: Vivid Violet. HEX triplet: 74, 27 and 90. RGB value is (116,39,144). Sum of RGB (Red+Green+Blue) = 116+39+144=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #742790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742790 is #8BD86F. Grayscale: #494949. Windows color (decimal): -9164912 or 9447284. OLE color: 9447284.

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

Color convert

RGB 116 39 144 -
CMYK 0.19 0.73 0 0.44
HSL 284º 0.57% 0.36% -
HSV(B) 284º 0.73% 0.56% -
XYZ 12.96 7.18 27.09 -
YUV 73.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 116 39 144 0.19 0.73 0 0.44 284 0.57 0.36
Hex 74 27 90 13 49 0 2C 11C 39 24
Octal 164 47 220 23 111 0 54 434 71 44
Binary 1110100 100111 10010000 10011 1001001 0 101100 100011100 111001 100100

Color Harmonies of #742790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742790

Black with #742790

Text Example


Text Example

White with #742790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742790; }

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

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

background-color css

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

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

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

border-color css

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

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

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