Html Css Color HEX #742759 Palatinate Purple

📋 copy color: '#742759'

red 116 ◦ green 39 ◦ blue 89

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

Shades of Palatinate Purple #742759

Tints of Palatinate Purple #742759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

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

R = 47.54%
G = 15.98%
B = 36.48%

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

#742759 (or 0x742759) is known color: Palatinate Purple. HEX triplet: 74, 27 and 59. RGB value is (116,39,89). Sum of RGB (Red+Green+Blue) = 116+39+89=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #742759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742759 is #8BD8A6. Grayscale: #434343. Windows color (decimal): -9164967 or 5842804. OLE color: 5842804.

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

Color convert

RGB 116 39 89 -
CMYK 0 0.66 0.23 0.55
HSL 321.04º 0.5% 0.3% -
HSV(B) 321.04º 0.66% 0.45% -
XYZ 9.73 5.89 10.07 -
YUV 67.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 116 39 89 0 0.66 0.23 0.55 321.04 0.5 0.3
Hex 74 27 59 0 42 17 37 141 32 1E
Octal 164 47 131 0 102 27 67 501 62 36
Binary 1110100 100111 1011001 0 1000010 10111 110111 101000001 110010 11110

Color Harmonies of #742759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742759

Black with #742759

Text Example


Text Example

White with #742759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742759; }

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

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

background-color css

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

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

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

border-color css

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

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

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