Html Css Color HEX #741589 Purple

📋 copy color: '#741589'

red 116 ◦ green 21 ◦ blue 137

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

Shades of Purple #741589

Tints of Purple #741589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.66%

 BLUE value IS 137 (53.91% from 255) = 50%

R = 42.34%
G = 7.66%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#741589 (or 0x741589) is known color: Purple. HEX triplet: 74, 15 and 89. RGB value is (116,21,137). Sum of RGB (Red+Green+Blue) = 116+21+137=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #741589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741589 is #8BEA76. Grayscale: #3E3E3E. Windows color (decimal): -9169527 or 8983924. OLE color: 8983924.

HSL color Cylindrical-coordinate representation of color #741589: hue angle of 289.14º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741589 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 21 137 -
CMYK 0.15 0.85 0 0.46
HSL 289.14º 0.73% 0.31% -
HSV(B) 289.14º 0.85% 0.54% -
XYZ 11.99 6.06 24.2 -
YUV 62.63 169.97 166.07 -
System Red Green Blue C M Y K H S L
Decimal 116 21 137 0.15 0.85 0 0.46 289.14 0.73 0.31
Hex 74 15 89 F 55 0 2E 121 49 1F
Octal 164 25 211 17 125 0 56 441 111 37
Binary 1110100 10101 10001001 1111 1010101 0 101110 100100001 1001001 11111

Color Harmonies of #741589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741589

Black with #741589

Text Example


Text Example

White with #741589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741589; }

 p { color: rgb(116,21,137); }

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

background-color css

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

 a { background-color: rgb(116,21,137); }

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

border-color css

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

 span { border-color: rgb(116,21,137); }

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