Html Css Color HEX #742391 Vivid Violet

📋 copy color: '#742391'

red 116 ◦ green 35 ◦ blue 145

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

Shades of Vivid Violet #742391

Tints of Vivid Violet #742391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 39.19%
G = 11.82%
B = 48.99%

CMYK

 C value IS 0.2

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#742391 (or 0x742391) is known color: Vivid Violet. HEX triplet: 74, 23 and 91. RGB value is (116,35,145). Sum of RGB (Red+Green+Blue) = 116+35+145=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #742391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742391 is #8BDC6E. Grayscale: #474747. Windows color (decimal): -9165935 or 9511796. OLE color: 9511796.

HSL color Cylindrical-coordinate representation of color #742391: hue angle of 284.18º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742391 is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 35 145 -
CMYK 0.2 0.76 0 0.43
HSL 284.18º 0.61% 0.35% -
HSV(B) 284.18º 0.76% 0.57% -
XYZ 12.91 6.96 27.45 -
YUV 71.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 116 35 145 0.2 0.76 0 0.43 284.18 0.61 0.35
Hex 74 23 91 14 4C 0 2B 11C 3D 23
Octal 164 43 221 24 114 0 53 434 75 43
Binary 1110100 100011 10010001 10100 1001100 0 101011 100011100 111101 100011

Color Harmonies of #742391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742391

Black with #742391

Text Example


Text Example

White with #742391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742391; }

 p { color: rgb(116,35,145); }

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

background-color css

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

 a { background-color: rgb(116,35,145); }

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

border-color css

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

 span { border-color: rgb(116,35,145); }

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