Html Css Color HEX #741159 Palatinate Purple

📋 copy color: '#741159'

red 116 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #741159

Tints of Palatinate Purple #741159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 52.25%
G = 7.66%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#741159 (or 0x741159) is known color: Palatinate Purple. HEX triplet: 74, 11 and 59. RGB value is (116,17,89). Sum of RGB (Red+Green+Blue) = 116+17+89=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741159 is #8BEEA6. Grayscale: #363636. Windows color (decimal): -9170599 or 5837172. OLE color: 5837172.

HSL color Cylindrical-coordinate representation of color #741159: hue angle of 316.36º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741159 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 89 -
CMYK 0 0.85 0.23 0.55
HSL 316.36º 0.74% 0.26% -
HSV(B) 316.36º 0.85% 0.45% -
XYZ 9.21 4.84 9.9 -
YUV 54.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 116 17 89 0 0.85 0.23 0.55 316.36 0.74 0.26
Hex 74 11 59 0 55 17 37 13C 4A 1A
Octal 164 21 131 0 125 27 67 474 112 32
Binary 1110100 10001 1011001 0 1010101 10111 110111 100111100 1001010 11010

Color Harmonies of #741159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741159

Black with #741159

Text Example


Text Example

White with #741159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741159; }

 p { color: rgb(116,17,89); }

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

background-color css

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

 a { background-color: rgb(116,17,89); }

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

border-color css

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

 span { border-color: rgb(116,17,89); }

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