Html Css Color HEX #741090 Purple

📋 copy color: '#741090'

red 116 ◦ green 16 ◦ blue 144

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

Shades of Purple #741090

Tints of Purple #741090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 42.03%
G = 5.8%
B = 52.17%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741090 (or 0x741090) is known color: Purple. HEX triplet: 74, 10 and 90. RGB value is (116,16,144). Sum of RGB (Red+Green+Blue) = 116+16+144=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #741090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741090 is #8BEF6F. Grayscale: #3C3C3C. Windows color (decimal): -9170800 or 9441396. OLE color: 9441396.

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

Color convert

RGB 116 16 144 -
CMYK 0.19 0.89 0 0.44
HSL 286.88º 0.8% 0.31% -
HSV(B) 286.88º 0.89% 0.56% -
XYZ 12.42 6.1 26.91 -
YUV 60.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 116 16 144 0.19 0.89 0 0.44 286.88 0.8 0.31
Hex 74 10 90 13 59 0 2C 11F 50 1F
Octal 164 20 220 23 131 0 54 437 120 37
Binary 1110100 10000 10010000 10011 1011001 0 101100 100011111 1010000 11111

Color Harmonies of #741090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741090

Black with #741090

Text Example


Text Example

White with #741090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741090; }

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

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

background-color css

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

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

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

border-color css

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

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

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