Html Css Color HEX #742099 Vivid Violet

📋 copy color: '#742099'

red 116 ◦ green 32 ◦ blue 153

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

Shades of Vivid Violet #742099

Tints of Vivid Violet #742099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

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

R = 38.54%
G = 10.63%
B = 50.83%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742099 (or 0x742099) is known color: Vivid Violet. HEX triplet: 74, 20 and 99. RGB value is (116,32,153). Sum of RGB (Red+Green+Blue) = 116+32+153=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #742099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742099 is #8BDF66. Grayscale: #464646. Windows color (decimal): -9166695 or 10035316. OLE color: 10035316.

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

Color convert

RGB 116 32 153 -
CMYK 0.24 0.79 0 0.4
HSL 281.65º 0.65% 0.36% -
HSV(B) 281.65º 0.79% 0.6% -
XYZ 13.47 7.05 30.79 -
YUV 70.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 116 32 153 0.24 0.79 0 0.4 281.65 0.65 0.36
Hex 74 20 99 18 4F 0 28 11A 41 24
Octal 164 40 231 30 117 0 50 432 101 44
Binary 1110100 100000 10011001 11000 1001111 0 101000 100011010 1000001 100100

Color Harmonies of #742099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742099

Black with #742099

Text Example


Text Example

White with #742099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742099; }

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

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

background-color css

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

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

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

border-color css

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

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

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