Html Css Color HEX #742F99 Vivid Violet

📋 copy color: '#742F99'

red 116 ◦ green 47 ◦ blue 153

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

Shades of Vivid Violet #742F99

Tints of Vivid Violet #742F99

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.87%

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

R = 36.71%
G = 14.87%
B = 48.42%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742F99 (or 0x742F99) is known color: Vivid Violet. HEX triplet: 74, 2F and 99. RGB value is (116,47,153). Sum of RGB (Red+Green+Blue) = 116+47+153=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #742F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742F99 is #8BD066. Grayscale: #4F4F4F. Windows color (decimal): -9162855 or 10039156. OLE color: 10039156.

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

Color convert

RGB 116 47 153 -
CMYK 0.24 0.69 0 0.4
HSL 279.06º 0.53% 0.39% -
HSV(B) 279.06º 0.69% 0.6% -
XYZ 13.97 8.05 30.95 -
YUV 79.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 116 47 153 0.24 0.69 0 0.4 279.06 0.53 0.39
Hex 74 2F 99 18 45 0 28 117 35 27
Octal 164 57 231 30 105 0 50 427 65 47
Binary 1110100 101111 10011001 11000 1000101 0 101000 100010111 110101 100111

Color Harmonies of #742F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742F99

Black with #742F99

Text Example


Text Example

White with #742F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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