Html Css Color HEX #751160 Palatinate Purple

📋 copy color: '#751160'

red 117 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #751160

Tints of Palatinate Purple #751160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 50.87%
G = 7.39%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#751160 (or 0x751160) is known color: Palatinate Purple. HEX triplet: 75, 11 and 60. RGB value is (117,17,96). Sum of RGB (Red+Green+Blue) = 117+17+96=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #751160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751160 is #8AEE9F. Grayscale: #373737. Windows color (decimal): -9105056 or 6295925. OLE color: 6295925.

HSL color Cylindrical-coordinate representation of color #751160: hue angle of 312.6º 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 #751160 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 96 -
CMYK 0 0.85 0.18 0.54
HSL 312.6º 0.75% 0.26% -
HSV(B) 312.6º 0.85% 0.46% -
XYZ 9.65 5.03 11.53 -
YUV 55.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 117 17 96 0 0.85 0.18 0.54 312.6 0.75 0.26
Hex 75 11 60 0 55 12 36 139 4B 1A
Octal 165 21 140 0 125 22 66 471 113 32
Binary 1110101 10001 1100000 0 1010101 10010 110110 100111001 1001011 11010

Color Harmonies of #751160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751160

Black with #751160

Text Example


Text Example

White with #751160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751160; }

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

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

background-color css

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

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

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

border-color css

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

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

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