Html Css Color HEX #741793 Vivid Violet

📋 copy color: '#741793'

red 116 ◦ green 23 ◦ blue 147

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

Shades of Vivid Violet #741793

Tints of Vivid Violet #741793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 40.56%
G = 8.04%
B = 51.4%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741793 (or 0x741793) is known color: Vivid Violet. HEX triplet: 74, 17 and 93. RGB value is (116,23,147). Sum of RGB (Red+Green+Blue) = 116+23+147=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #741793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741793 is #8BE86C. Grayscale: #404040. Windows color (decimal): -9169005 or 9639796. OLE color: 9639796.

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

Color convert

RGB 116 23 147 -
CMYK 0.21 0.84 0 0.42
HSL 285º 0.73% 0.33% -
HSV(B) 285º 0.84% 0.58% -
XYZ 12.78 6.43 28.17 -
YUV 64.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 116 23 147 0.21 0.84 0 0.42 285 0.73 0.33
Hex 74 17 93 15 54 0 2A 11D 49 21
Octal 164 27 223 25 124 0 52 435 111 41
Binary 1110100 10111 10010011 10101 1010100 0 101010 100011101 1001001 100001

Color Harmonies of #741793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741793

Black with #741793

Text Example


Text Example

White with #741793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741793; }

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

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

background-color css

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

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

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

border-color css

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

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

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