Html Css Color HEX #742293 Vivid Violet

📋 copy color: '#742293'

red 116 ◦ green 34 ◦ blue 147

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

Shades of Vivid Violet #742293

Tints of Vivid Violet #742293

RGB

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

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

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

R = 39.06%
G = 11.45%
B = 49.49%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742293 (or 0x742293) is known color: Vivid Violet. HEX triplet: 74, 22 and 93. RGB value is (116,34,147). Sum of RGB (Red+Green+Blue) = 116+34+147=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #742293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742293 is #8BDD6C. Grayscale: #474747. Windows color (decimal): -9166189 or 9642612. OLE color: 9642612.

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

Color convert

RGB 116 34 147 -
CMYK 0.21 0.77 0 0.42
HSL 283.54º 0.62% 0.35% -
HSV(B) 283.54º 0.77% 0.58% -
XYZ 13.04 6.96 28.26 -
YUV 71.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 116 34 147 0.21 0.77 0 0.42 283.54 0.62 0.35
Hex 74 22 93 15 4D 0 2A 11C 3E 23
Octal 164 42 223 25 115 0 52 434 76 43
Binary 1110100 100010 10010011 10101 1001101 0 101010 100011100 111110 100011

Color Harmonies of #742293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742293

Black with #742293

Text Example


Text Example

White with #742293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742293; }

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

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

background-color css

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

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

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

border-color css

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

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

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