Html Css Color HEX #741359 Palatinate Purple

📋 copy color: '#741359'

red 116 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #741359

Tints of Palatinate Purple #741359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

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

R = 51.79%
G = 8.48%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#741359 (or 0x741359) is known color: Palatinate Purple. HEX triplet: 74, 13 and 59. RGB value is (116,19,89). Sum of RGB (Red+Green+Blue) = 116+19+89=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #741359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741359 is #8BECA6. Grayscale: #373737. Windows color (decimal): -9170087 or 5837684. OLE color: 5837684.

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

Color convert

RGB 116 19 89 -
CMYK 0 0.84 0.23 0.55
HSL 316.7º 0.72% 0.26% -
HSV(B) 316.7º 0.84% 0.45% -
XYZ 9.24 4.9 9.91 -
YUV 55.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 116 19 89 0 0.84 0.23 0.55 316.7 0.72 0.26
Hex 74 13 59 0 54 17 37 13D 48 1A
Octal 164 23 131 0 124 27 67 475 110 32
Binary 1110100 10011 1011001 0 1010100 10111 110111 100111101 1001000 11010

Color Harmonies of #741359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741359

Black with #741359

Text Example


Text Example

White with #741359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741359; }

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

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

background-color css

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

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

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

border-color css

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

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

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