Html Css Color HEX #741859 Palatinate Purple

📋 copy color: '#741859'

red 116 ◦ green 24 ◦ blue 89

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

Shades of Palatinate Purple #741859

Tints of Palatinate Purple #741859

RGB

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

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

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

R = 50.66%
G = 10.48%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#741859 (or 0x741859) is known color: Palatinate Purple. HEX triplet: 74, 18 and 59. RGB value is (116,24,89). Sum of RGB (Red+Green+Blue) = 116+24+89=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #741859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741859 is #8BE7A6. Grayscale: #3A3A3A. Windows color (decimal): -9168807 or 5838964. OLE color: 5838964.

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

Color convert

RGB 116 24 89 -
CMYK 0 0.79 0.23 0.55
HSL 317.61º 0.66% 0.27% -
HSV(B) 317.61º 0.79% 0.45% -
XYZ 9.33 5.09 9.94 -
YUV 58.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 116 24 89 0 0.79 0.23 0.55 317.61 0.66 0.27
Hex 74 18 59 0 4F 17 37 13E 42 1B
Octal 164 30 131 0 117 27 67 476 102 33
Binary 1110100 11000 1011001 0 1001111 10111 110111 100111110 1000010 11011

Color Harmonies of #741859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741859

Black with #741859

Text Example


Text Example

White with #741859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741859; }

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

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

background-color css

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

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

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

border-color css

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

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

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