Html Css Color HEX #742B99 Vivid Violet

📋 copy color: '#742B99'

red 116 ◦ green 43 ◦ blue 153

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

Shades of Vivid Violet #742B99

Tints of Vivid Violet #742B99

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.78%

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

R = 37.18%
G = 13.78%
B = 49.04%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742B99 (or 0x742B99) is known color: Vivid Violet. HEX triplet: 74, 2B and 99. RGB value is (116,43,153). Sum of RGB (Red+Green+Blue) = 116+43+153=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #742B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742B99 is #8BD466. Grayscale: #4D4D4D. Windows color (decimal): -9163879 or 10038132. OLE color: 10038132.

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

Color convert

RGB 116 43 153 -
CMYK 0.24 0.72 0 0.4
HSL 279.82º 0.56% 0.38% -
HSV(B) 279.82º 0.72% 0.6% -
XYZ 13.82 7.74 30.9 -
YUV 77.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 116 43 153 0.24 0.72 0 0.4 279.82 0.56 0.38
Hex 74 2B 99 18 48 0 28 118 38 26
Octal 164 53 231 30 110 0 50 430 70 46
Binary 1110100 101011 10011001 11000 1001000 0 101000 100011000 111000 100110

Color Harmonies of #742B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742B99

Black with #742B99

Text Example


Text Example

White with #742B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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