Html Css Color HEX #741F93 Vivid Violet

📋 copy color: '#741F93'

red 116 ◦ green 31 ◦ blue 147

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

Shades of Vivid Violet #741F93

Tints of Vivid Violet #741F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.54%

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

R = 39.46%
G = 10.54%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#741F93 (or 0x741F93) is known color: Vivid Violet. HEX triplet: 74, 1F and 93. RGB value is (116,31,147). Sum of RGB (Red+Green+Blue) = 116+31+147=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #741F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741F93 is #8BE06C. Grayscale: #454545. Windows color (decimal): -9166957 or 9641844. OLE color: 9641844.

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

Color convert

RGB 116 31 147 -
CMYK 0.21 0.79 0 0.42
HSL 283.97º 0.65% 0.35% -
HSV(B) 283.97º 0.79% 0.58% -
XYZ 12.96 6.8 28.23 -
YUV 69.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 116 31 147 0.21 0.79 0 0.42 283.97 0.65 0.35
Hex 74 1F 93 15 4F 0 2A 11C 41 23
Octal 164 37 223 25 117 0 52 434 101 43
Binary 1110100 11111 10010011 10101 1001111 0 101010 100011100 1000001 100011

Color Harmonies of #741F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F93

Black with #741F93

Text Example


Text Example

White with #741F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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