Html Css Color HEX #751559 Palatinate Purple

📋 copy color: '#751559'

red 117 ◦ green 21 ◦ blue 89

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

Shades of Palatinate Purple #751559

Tints of Palatinate Purple #751559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 51.54%
G = 9.25%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#751559 (or 0x751559) is known color: Palatinate Purple. HEX triplet: 75, 15 and 59. RGB value is (117,21,89). Sum of RGB (Red+Green+Blue) = 117+21+89=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #751559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751559 is #8AEAA6. Grayscale: #393939. Windows color (decimal): -9104039 or 5838197. OLE color: 5838197.

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

Color convert

RGB 117 21 89 -
CMYK 0 0.82 0.24 0.54
HSL 317.5º 0.7% 0.27% -
HSV(B) 317.5º 0.82% 0.46% -
XYZ 9.41 5.04 9.93 -
YUV 57.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 117 21 89 0 0.82 0.24 0.54 317.5 0.7 0.27
Hex 75 15 59 0 52 18 36 13E 46 1B
Octal 165 25 131 0 122 30 66 476 106 33
Binary 1110101 10101 1011001 0 1010010 11000 110110 100111110 1000110 11011

Color Harmonies of #751559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751559

Black with #751559

Text Example


Text Example

White with #751559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751559; }

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

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

background-color css

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

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

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

border-color css

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

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

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