Html Css Color HEX #751959 Palatinate Purple

📋 copy color: '#751959'

red 117 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #751959

Tints of Palatinate Purple #751959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

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

R = 50.65%
G = 10.82%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#751959 (or 0x751959) is known color: Palatinate Purple. HEX triplet: 75, 19 and 59. RGB value is (117,25,89). Sum of RGB (Red+Green+Blue) = 117+25+89=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #751959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751959 is #8AE6A6. Grayscale: #3B3B3B. Windows color (decimal): -9103015 or 5839221. OLE color: 5839221.

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

Color convert

RGB 117 25 89 -
CMYK 0 0.79 0.24 0.54
HSL 318.26º 0.65% 0.28% -
HSV(B) 318.26º 0.79% 0.46% -
XYZ 9.49 5.2 9.95 -
YUV 59.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 117 25 89 0 0.79 0.24 0.54 318.26 0.65 0.28
Hex 75 19 59 0 4F 18 36 13E 41 1C
Octal 165 31 131 0 117 30 66 476 101 34
Binary 1110101 11001 1011001 0 1001111 11000 110110 100111110 1000001 11100

Color Harmonies of #751959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751959

Black with #751959

Text Example


Text Example

White with #751959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751959; }

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

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

background-color css

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

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

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

border-color css

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

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

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