Html Css Color HEX #742859 Palatinate Purple

📋 copy color: '#742859'

red 116 ◦ green 40 ◦ blue 89

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

Shades of Palatinate Purple #742859

Tints of Palatinate Purple #742859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 47.35%
G = 16.33%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#742859 (or 0x742859) is known color: Palatinate Purple. HEX triplet: 74, 28 and 59. RGB value is (116,40,89). Sum of RGB (Red+Green+Blue) = 116+40+89=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #742859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742859 is #8BD7A6. Grayscale: #444444. Windows color (decimal): -9164711 or 5843060. OLE color: 5843060.

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

Color convert

RGB 116 40 89 -
CMYK 0 0.66 0.23 0.55
HSL 321.32º 0.49% 0.31% -
HSV(B) 321.32º 0.66% 0.45% -
XYZ 9.76 5.95 10.09 -
YUV 68.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 116 40 89 0 0.66 0.23 0.55 321.32 0.49 0.31
Hex 74 28 59 0 42 17 37 141 31 1F
Octal 164 50 131 0 102 27 67 501 61 37
Binary 1110100 101000 1011001 0 1000010 10111 110111 101000001 110001 11111

Color Harmonies of #742859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742859

Black with #742859

Text Example


Text Example

White with #742859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742859; }

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

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

background-color css

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

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

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

border-color css

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

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

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