Html Css Color HEX #742793 Vivid Violet

📋 copy color: '#742793'

red 116 ◦ green 39 ◦ blue 147

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

Shades of Vivid Violet #742793

Tints of Vivid Violet #742793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 38.41%
G = 12.91%
B = 48.68%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742793 (or 0x742793) is known color: Vivid Violet. HEX triplet: 74, 27 and 93. RGB value is (116,39,147). Sum of RGB (Red+Green+Blue) = 116+39+147=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #742793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742793 is #8BD86C. Grayscale: #494949. Windows color (decimal): -9164909 or 9643892. OLE color: 9643892.

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

Color convert

RGB 116 39 147 -
CMYK 0.21 0.73 0 0.42
HSL 282.78º 0.58% 0.36% -
HSV(B) 282.78º 0.73% 0.58% -
XYZ 13.19 7.27 28.31 -
YUV 74.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 116 39 147 0.21 0.73 0 0.42 282.78 0.58 0.36
Hex 74 27 93 15 49 0 2A 11B 3A 24
Octal 164 47 223 25 111 0 52 433 72 44
Binary 1110100 100111 10010011 10101 1001001 0 101010 100011011 111010 100100

Color Harmonies of #742793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742793

Black with #742793

Text Example


Text Example

White with #742793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742793; }

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

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

background-color css

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

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

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

border-color css

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

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

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