Html Css Color HEX #742994 Vivid Violet

📋 copy color: '#742994'

red 116 ◦ green 41 ◦ blue 148

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

Shades of Vivid Violet #742994

Tints of Vivid Violet #742994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 38.03%
G = 13.44%
B = 48.52%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742994 (or 0x742994) is known color: Vivid Violet. HEX triplet: 74, 29 and 94. RGB value is (116,41,148). Sum of RGB (Red+Green+Blue) = 116+41+148=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #742994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742994 is #8BD66B. Grayscale: #4B4B4B. Windows color (decimal): -9164396 or 9709940. OLE color: 9709940.

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

Color convert

RGB 116 41 148 -
CMYK 0.22 0.72 0 0.42
HSL 282.06º 0.57% 0.37% -
HSV(B) 282.06º 0.72% 0.58% -
XYZ 13.34 7.44 28.75 -
YUV 75.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 116 41 148 0.22 0.72 0 0.42 282.06 0.57 0.37
Hex 74 29 94 16 48 0 2A 11A 39 25
Octal 164 51 224 26 110 0 52 432 71 45
Binary 1110100 101001 10010100 10110 1001000 0 101010 100011010 111001 100101

Color Harmonies of #742994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742994

Black with #742994

Text Example


Text Example

White with #742994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742994; }

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

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

background-color css

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

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

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

border-color css

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

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

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