Html Css Color HEX #742891 Vivid Violet

📋 copy color: '#742891'

red 116 ◦ green 40 ◦ blue 145

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

Shades of Vivid Violet #742891

Tints of Vivid Violet #742891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

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

R = 38.54%
G = 13.29%
B = 48.17%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#742891 (or 0x742891) is known color: Vivid Violet. HEX triplet: 74, 28 and 91. RGB value is (116,40,145). Sum of RGB (Red+Green+Blue) = 116+40+145=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #742891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742891 is #8BD76E. Grayscale: #4A4A4A. Windows color (decimal): -9164655 or 9513076. OLE color: 9513076.

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

Color convert

RGB 116 40 145 -
CMYK 0.2 0.72 0 0.43
HSL 283.43º 0.57% 0.36% -
HSV(B) 283.43º 0.72% 0.57% -
XYZ 13.07 7.27 27.5 -
YUV 74.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 116 40 145 0.2 0.72 0 0.43 283.43 0.57 0.36
Hex 74 28 91 14 48 0 2B 11B 39 24
Octal 164 50 221 24 110 0 53 433 71 44
Binary 1110100 101000 10010001 10100 1001000 0 101011 100011011 111001 100100

Color Harmonies of #742891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742891

Black with #742891

Text Example


Text Example

White with #742891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742891; }

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

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

background-color css

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

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

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

border-color css

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

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

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