Html Css Color HEX #741459 Palatinate Purple

📋 copy color: '#741459'

red 116 ◦ green 20 ◦ blue 89

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

Shades of Palatinate Purple #741459

Tints of Palatinate Purple #741459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

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

R = 51.56%
G = 8.89%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#741459 (or 0x741459) is known color: Palatinate Purple. HEX triplet: 74, 14 and 59. RGB value is (116,20,89). Sum of RGB (Red+Green+Blue) = 116+20+89=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #741459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741459 is #8BEBA6. Grayscale: #383838. Windows color (decimal): -9169831 or 5837940. OLE color: 5837940.

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

Color convert

RGB 116 20 89 -
CMYK 0 0.83 0.23 0.55
HSL 316.88º 0.71% 0.27% -
HSV(B) 316.88º 0.83% 0.45% -
XYZ 9.26 4.93 9.92 -
YUV 56.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 116 20 89 0 0.83 0.23 0.55 316.88 0.71 0.27
Hex 74 14 59 0 53 17 37 13D 47 1B
Octal 164 24 131 0 123 27 67 475 107 33
Binary 1110100 10100 1011001 0 1010011 10111 110111 100111101 1000111 11011

Color Harmonies of #741459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741459

Black with #741459

Text Example


Text Example

White with #741459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741459; }

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

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

background-color css

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

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

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

border-color css

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

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

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