Html Css Color HEX #742999 Vivid Violet

📋 copy color: '#742999'

red 116 ◦ green 41 ◦ blue 153

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

Shades of Vivid Violet #742999

Tints of Vivid Violet #742999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 37.42%
G = 13.23%
B = 49.35%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742999 (or 0x742999) is known color: Vivid Violet. HEX triplet: 74, 29 and 99. RGB value is (116,41,153). Sum of RGB (Red+Green+Blue) = 116+41+153=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #742999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742999 is #8BD666. Grayscale: #4B4B4B. Windows color (decimal): -9164391 or 10037620. OLE color: 10037620.

HSL color Cylindrical-coordinate representation of color #742999: hue angle of 280.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742999 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 41 153 -
CMYK 0.24 0.73 0 0.4
HSL 280.18º 0.58% 0.38% -
HSV(B) 280.18º 0.73% 0.6% -
XYZ 13.75 7.6 30.88 -
YUV 76.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 116 41 153 0.24 0.73 0 0.4 280.18 0.58 0.38
Hex 74 29 99 18 49 0 28 118 3A 26
Octal 164 51 231 30 111 0 50 430 72 46
Binary 1110100 101001 10011001 11000 1001001 0 101000 100011000 111010 100110

Color Harmonies of #742999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742999

Black with #742999

Text Example


Text Example

White with #742999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742999; }

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

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

background-color css

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

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

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

border-color css

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

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

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