Html Css Color HEX #742894 Vivid Violet

📋 copy color: '#742894'

red 116 ◦ green 40 ◦ blue 148

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

Shades of Vivid Violet #742894

Tints of Vivid Violet #742894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 38.16%
G = 13.16%
B = 48.68%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742894 (or 0x742894) is known color: Vivid Violet. HEX triplet: 74, 28 and 94. RGB value is (116,40,148). Sum of RGB (Red+Green+Blue) = 116+40+148=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #742894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742894 is #8BD76B. Grayscale: #4A4A4A. Windows color (decimal): -9164652 or 9709684. OLE color: 9709684.

HSL color Cylindrical-coordinate representation of color #742894: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742894 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 40 148 -
CMYK 0.22 0.73 0 0.42
HSL 282.22º 0.57% 0.37% -
HSV(B) 282.22º 0.73% 0.58% -
XYZ 13.31 7.37 28.74 -
YUV 75.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 116 40 148 0.22 0.73 0 0.42 282.22 0.57 0.37
Hex 74 28 94 16 49 0 2A 11A 39 25
Octal 164 50 224 26 111 0 52 432 71 45
Binary 1110100 101000 10010100 10110 1001001 0 101010 100011010 111001 100101

Color Harmonies of #742894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742894

Black with #742894

Text Example


Text Example

White with #742894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742894; }

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

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

background-color css

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

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

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

border-color css

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

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

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