Html Css Color HEX #751159 Palatinate Purple

📋 copy color: '#751159'

red 117 ◦ green 17 ◦ blue 89

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

Shades of Palatinate Purple #751159

Tints of Palatinate Purple #751159

RGB

 RED value IS 117 (46.09% from 255) = 52.47%

 GREEN value IS 17 (7.03% from 255) = 7.62%

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

R = 52.47%
G = 7.62%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#751159 (or 0x751159) is known color: Palatinate Purple. HEX triplet: 75, 11 and 59. RGB value is (117,17,89). Sum of RGB (Red+Green+Blue) = 117+17+89=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751159 is #8AEEA6. Grayscale: #363636. Windows color (decimal): -9105063 or 5837173. OLE color: 5837173.

HSL color Cylindrical-coordinate representation of color #751159: hue angle of 316.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751159 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 89 -
CMYK 0 0.85 0.24 0.54
HSL 316.8º 0.75% 0.26% -
HSV(B) 316.8º 0.85% 0.46% -
XYZ 9.34 4.9 9.91 -
YUV 55.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 117 17 89 0 0.85 0.24 0.54 316.8 0.75 0.26
Hex 75 11 59 0 55 18 36 13D 4B 1A
Octal 165 21 131 0 125 30 66 475 113 32
Binary 1110101 10001 1011001 0 1010101 11000 110110 100111101 1001011 11010

Color Harmonies of #751159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751159

Black with #751159

Text Example


Text Example

White with #751159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751159; }

 p { color: rgb(117,17,89); }

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

background-color css

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

 a { background-color: rgb(117,17,89); }

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

border-color css

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

 span { border-color: rgb(117,17,89); }

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