Html Css Color HEX #742299 Vivid Violet

📋 copy color: '#742299'

red 116 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #742299

Tints of Vivid Violet #742299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

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

R = 38.28%
G = 11.22%
B = 50.5%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#742299 (or 0x742299) is known color: Vivid Violet. HEX triplet: 74, 22 and 99. RGB value is (116,34,153). Sum of RGB (Red+Green+Blue) = 116+34+153=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #742299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742299 is #8BDD66. Grayscale: #474747. Windows color (decimal): -9166183 or 10035828. OLE color: 10035828.

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

Color convert

RGB 116 34 153 -
CMYK 0.24 0.78 0 0.4
HSL 281.34º 0.64% 0.37% -
HSV(B) 281.34º 0.78% 0.6% -
XYZ 13.52 7.16 30.81 -
YUV 72.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 116 34 153 0.24 0.78 0 0.4 281.34 0.64 0.37
Hex 74 22 99 18 4E 0 28 119 40 25
Octal 164 42 231 30 116 0 50 431 100 45
Binary 1110100 100010 10011001 11000 1001110 0 101000 100011001 1000000 100101

Color Harmonies of #742299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742299

Black with #742299

Text Example


Text Example

White with #742299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742299; }

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

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

background-color css

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

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

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

border-color css

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

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

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