Html Css Color HEX #740990 Purple

📋 copy color: '#740990'

red 116 ◦ green 9 ◦ blue 144

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

Shades of Purple #740990

Tints of Purple #740990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

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

R = 43.12%
G = 3.35%
B = 53.53%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#740990 (or 0x740990) is known color: Purple. HEX triplet: 74, 09 and 90. RGB value is (116,9,144). Sum of RGB (Red+Green+Blue) = 116+9+144=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #740990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740990 is #8BF66F. Grayscale: #373737. Windows color (decimal): -9172592 or 9439604. OLE color: 9439604.

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

Color convert

RGB 116 9 144 -
CMYK 0.19 0.94 0 0.44
HSL 287.56º 0.88% 0.3% -
HSV(B) 287.56º 0.94% 0.56% -
XYZ 12.33 5.92 26.88 -
YUV 56.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 116 9 144 0.19 0.94 0 0.44 287.56 0.88 0.3
Hex 74 9 90 13 5E 0 2C 120 58 1E
Octal 164 11 220 23 136 0 54 440 130 36
Binary 1110100 1001 10010000 10011 1011110 0 101100 100100000 1011000 11110

Color Harmonies of #740990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740990

Black with #740990

Text Example


Text Example

White with #740990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740990; }

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

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

background-color css

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

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

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

border-color css

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

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

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