Html Css Color HEX #741790 Vivid Violet

📋 copy color: '#741790'

red 116 ◦ green 23 ◦ blue 144

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

Shades of Vivid Violet #741790

Tints of Vivid Violet #741790

RGB

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

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

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

R = 40.99%
G = 8.13%
B = 50.88%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741790 (or 0x741790) is known color: Vivid Violet. HEX triplet: 74, 17 and 90. RGB value is (116,23,144). Sum of RGB (Red+Green+Blue) = 116+23+144=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #741790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741790 is #8BE86F. Grayscale: #404040. Windows color (decimal): -9169008 or 9443188. OLE color: 9443188.

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

Color convert

RGB 116 23 144 -
CMYK 0.19 0.84 0 0.44
HSL 286.12º 0.72% 0.33% -
HSV(B) 286.12º 0.84% 0.56% -
XYZ 12.54 6.34 26.95 -
YUV 64.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 116 23 144 0.19 0.84 0 0.44 286.12 0.72 0.33
Hex 74 17 90 13 54 0 2C 11E 48 21
Octal 164 27 220 23 124 0 54 436 110 41
Binary 1110100 10111 10010000 10011 1010100 0 101100 100011110 1001000 100001

Color Harmonies of #741790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741790

Black with #741790

Text Example


Text Example

White with #741790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741790; }

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

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

background-color css

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

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

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

border-color css

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

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

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