Html Css Color HEX #742493 Vivid Violet

📋 copy color: '#742493'

red 116 ◦ green 36 ◦ blue 147

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

Shades of Vivid Violet #742493

Tints of Vivid Violet #742493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 38.8%
G = 12.04%
B = 49.16%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742493 (or 0x742493) is known color: Vivid Violet. HEX triplet: 74, 24 and 93. RGB value is (116,36,147). Sum of RGB (Red+Green+Blue) = 116+36+147=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #742493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742493 is #8BDB6C. Grayscale: #484848. Windows color (decimal): -9165677 or 9643124. OLE color: 9643124.

HSL color Cylindrical-coordinate representation of color #742493: hue angle of 283.24º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742493 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 36 147 -
CMYK 0.21 0.76 0 0.42
HSL 283.24º 0.61% 0.36% -
HSV(B) 283.24º 0.76% 0.58% -
XYZ 13.1 7.08 28.28 -
YUV 72.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 116 36 147 0.21 0.76 0 0.42 283.24 0.61 0.36
Hex 74 24 93 15 4C 0 2A 11B 3D 24
Octal 164 44 223 25 114 0 52 433 75 44
Binary 1110100 100100 10010011 10101 1001100 0 101010 100011011 111101 100100

Color Harmonies of #742493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742493

Black with #742493

Text Example


Text Example

White with #742493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742493; }

 p { color: rgb(116,36,147); }

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

background-color css

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

 a { background-color: rgb(116,36,147); }

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

border-color css

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

 span { border-color: rgb(116,36,147); }

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