Html Css Color HEX #742059 Palatinate Purple

📋 copy color: '#742059'

red 116 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #742059

Tints of Palatinate Purple #742059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

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

R = 48.95%
G = 13.5%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#742059 (or 0x742059) is known color: Palatinate Purple. HEX triplet: 74, 20 and 59. RGB value is (116,32,89). Sum of RGB (Red+Green+Blue) = 116+32+89=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #742059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742059 is #8BDFA6. Grayscale: #3F3F3F. Windows color (decimal): -9166759 or 5841012. OLE color: 5841012.

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

Color convert

RGB 116 32 89 -
CMYK 0 0.72 0.23 0.55
HSL 319.29º 0.57% 0.29% -
HSV(B) 319.29º 0.72% 0.45% -
XYZ 9.52 5.47 10 -
YUV 63.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 116 32 89 0 0.72 0.23 0.55 319.29 0.57 0.29
Hex 74 20 59 0 48 17 37 13F 39 1D
Octal 164 40 131 0 110 27 67 477 71 35
Binary 1110100 100000 1011001 0 1001000 10111 110111 100111111 111001 11101

Color Harmonies of #742059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742059

Black with #742059

Text Example


Text Example

White with #742059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742059; }

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

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

background-color css

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

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

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

border-color css

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

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

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