Html Css Color HEX #741F90 Vivid Violet

📋 copy color: '#741F90'

red 116 ◦ green 31 ◦ blue 144

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

Shades of Vivid Violet #741F90

Tints of Vivid Violet #741F90

RGB

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

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

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

R = 39.86%
G = 10.65%
B = 49.48%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741F90 (or 0x741F90) is known color: Vivid Violet. HEX triplet: 74, 1F and 90. RGB value is (116,31,144). Sum of RGB (Red+Green+Blue) = 116+31+144=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #741F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741F90 is #8BE06F. Grayscale: #444444. Windows color (decimal): -9166960 or 9445236. OLE color: 9445236.

HSL color Cylindrical-coordinate representation of color #741F90: hue angle of 285.13º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741F90 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 31 144 -
CMYK 0.19 0.78 0 0.44
HSL 285.13º 0.65% 0.34% -
HSV(B) 285.13º 0.78% 0.56% -
XYZ 12.73 6.71 27.01 -
YUV 69.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 116 31 144 0.19 0.78 0 0.44 285.13 0.65 0.34
Hex 74 1F 90 13 4E 0 2C 11D 41 22
Octal 164 37 220 23 116 0 54 435 101 42
Binary 1110100 11111 10010000 10011 1001110 0 101100 100011101 1000001 100010

Color Harmonies of #741F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F90

Black with #741F90

Text Example


Text Example

White with #741F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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