Html Css Color HEX #741889 Purple

📋 copy color: '#741889'

red 116 ◦ green 24 ◦ blue 137

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

Shades of Purple #741889

Tints of Purple #741889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 41.88%
G = 8.66%
B = 49.46%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#741889 (or 0x741889) is known color: Purple. HEX triplet: 74, 18 and 89. RGB value is (116,24,137). Sum of RGB (Red+Green+Blue) = 116+24+137=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #741889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741889 is #8BE776. Grayscale: #404040. Windows color (decimal): -9168759 or 8984692. OLE color: 8984692.

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

Color convert

RGB 116 24 137 -
CMYK 0.15 0.82 0 0.46
HSL 288.85º 0.7% 0.32% -
HSV(B) 288.85º 0.82% 0.54% -
XYZ 12.04 6.17 24.22 -
YUV 64.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 116 24 137 0.15 0.82 0 0.46 288.85 0.7 0.32
Hex 74 18 89 F 52 0 2E 121 46 20
Octal 164 30 211 17 122 0 56 441 106 40
Binary 1110100 11000 10001001 1111 1010010 0 101110 100100001 1000110 100000

Color Harmonies of #741889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741889

Black with #741889

Text Example


Text Example

White with #741889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741889; }

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

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

background-color css

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

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

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

border-color css

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

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

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