Html Css Color HEX #741990 Vivid Violet

📋 copy color: '#741990'

red 116 ◦ green 25 ◦ blue 144

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

Shades of Vivid Violet #741990

Tints of Vivid Violet #741990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 40.7%
G = 8.77%
B = 50.53%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741990 (or 0x741990) is known color: Vivid Violet. HEX triplet: 74, 19 and 90. RGB value is (116,25,144). Sum of RGB (Red+Green+Blue) = 116+25+144=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #741990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741990 is #8BE66F. Grayscale: #414141. Windows color (decimal): -9168496 or 9443700. OLE color: 9443700.

HSL color Cylindrical-coordinate representation of color #741990: hue angle of 285.88º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741990 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 25 144 -
CMYK 0.19 0.83 0 0.44
HSL 285.88º 0.7% 0.33% -
HSV(B) 285.88º 0.83% 0.56% -
XYZ 12.58 6.42 26.96 -
YUV 65.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 116 25 144 0.19 0.83 0 0.44 285.88 0.7 0.33
Hex 74 19 90 13 53 0 2C 11E 46 21
Octal 164 31 220 23 123 0 54 436 106 41
Binary 1110100 11001 10010000 10011 1010011 0 101100 100011110 1000110 100001

Color Harmonies of #741990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741990

Black with #741990

Text Example


Text Example

White with #741990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741990; }

 p { color: rgb(116,25,144); }

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

background-color css

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

 a { background-color: rgb(116,25,144); }

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

border-color css

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

 span { border-color: rgb(116,25,144); }

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