Html Css Color HEX #742A93 Vivid Violet

📋 copy color: '#742A93'

red 116 ◦ green 42 ◦ blue 147

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

Shades of Vivid Violet #742A93

Tints of Vivid Violet #742A93

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.77%

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

R = 38.03%
G = 13.77%
B = 48.2%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742A93 (or 0x742A93) is known color: Vivid Violet. HEX triplet: 74, 2A and 93. RGB value is (116,42,147). Sum of RGB (Red+Green+Blue) = 116+42+147=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #742A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742A93 is #8BD56C. Grayscale: #4B4B4B. Windows color (decimal): -9164141 or 9644660. OLE color: 9644660.

HSL color Cylindrical-coordinate representation of color #742A93: hue angle of 282.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742A93 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 42 147 -
CMYK 0.21 0.71 0 0.42
HSL 282.29º 0.56% 0.37% -
HSV(B) 282.29º 0.71% 0.58% -
XYZ 13.3 7.48 28.35 -
YUV 76.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 116 42 147 0.21 0.71 0 0.42 282.29 0.56 0.37
Hex 74 2A 93 15 47 0 2A 11A 38 25
Octal 164 52 223 25 107 0 52 432 70 45
Binary 1110100 101010 10010011 10101 1000111 0 101010 100011010 111000 100101

Color Harmonies of #742A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742A93

Black with #742A93

Text Example


Text Example

White with #742A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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