Html Css Color HEX #751759 Palatinate Purple

📋 copy color: '#751759'

red 117 ◦ green 23 ◦ blue 89

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

Shades of Palatinate Purple #751759

Tints of Palatinate Purple #751759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 51.09%
G = 10.04%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#751759 (or 0x751759) is known color: Palatinate Purple. HEX triplet: 75, 17 and 59. RGB value is (117,23,89). Sum of RGB (Red+Green+Blue) = 117+23+89=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #751759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751759 is #8AE8A6. Grayscale: #3A3A3A. Windows color (decimal): -9103527 or 5838709. OLE color: 5838709.

HSL color Cylindrical-coordinate representation of color #751759: hue angle of 317.87º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751759 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 89 -
CMYK 0 0.80 0.24 0.54
HSL 317.87º 0.67% 0.27% -
HSV(B) 317.87º 0.8% 0.46% -
XYZ 9.45 5.12 9.94 -
YUV 58.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 117 23 89 0 0.80 0.24 0.54 317.87 0.67 0.27
Hex 75 17 59 0 50 18 36 13E 43 1B
Octal 165 27 131 0 120 30 66 476 103 33
Binary 1110101 10111 1011001 0 1010000 11000 110110 100111110 1000011 11011

Color Harmonies of #751759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751759

Black with #751759

Text Example


Text Example

White with #751759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751759; }

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

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

background-color css

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

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

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

border-color css

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

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

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