Html Css Color HEX #741659 Palatinate Purple

📋 copy color: '#741659'

red 116 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #741659

Tints of Palatinate Purple #741659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 51.1%
G = 9.69%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#741659 (or 0x741659) is known color: Palatinate Purple. HEX triplet: 74, 16 and 59. RGB value is (116,22,89). Sum of RGB (Red+Green+Blue) = 116+22+89=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #741659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741659 is #8BE9A6. Grayscale: #393939. Windows color (decimal): -9169319 or 5838452. OLE color: 5838452.

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

Color convert

RGB 116 22 89 -
CMYK 0 0.81 0.23 0.55
HSL 317.23º 0.68% 0.27% -
HSV(B) 317.23º 0.81% 0.45% -
XYZ 9.29 5.01 9.93 -
YUV 57.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 116 22 89 0 0.81 0.23 0.55 317.23 0.68 0.27
Hex 74 16 59 0 51 17 37 13D 44 1B
Octal 164 26 131 0 121 27 67 475 104 33
Binary 1110100 10110 1011001 0 1010001 10111 110111 100111101 1000100 11011

Color Harmonies of #741659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741659

Black with #741659

Text Example


Text Example

White with #741659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741659; }

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

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

background-color css

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

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

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

border-color css

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

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

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