Html Css Color HEX #751659 Palatinate Purple

📋 copy color: '#751659'

red 117 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #751659

Tints of Palatinate Purple #751659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

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

R = 51.32%
G = 9.65%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#751659 (or 0x751659) is known color: Palatinate Purple. HEX triplet: 75, 16 and 59. RGB value is (117,22,89). Sum of RGB (Red+Green+Blue) = 117+22+89=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #751659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751659 is #8AE9A6. Grayscale: #393939. Windows color (decimal): -9103783 or 5838453. OLE color: 5838453.

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

Color convert

RGB 117 22 89 -
CMYK 0 0.81 0.24 0.54
HSL 317.68º 0.68% 0.27% -
HSV(B) 317.68º 0.81% 0.46% -
XYZ 9.43 5.08 9.93 -
YUV 58.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 117 22 89 0 0.81 0.24 0.54 317.68 0.68 0.27
Hex 75 16 59 0 51 18 36 13E 44 1B
Octal 165 26 131 0 121 30 66 476 104 33
Binary 1110101 10110 1011001 0 1010001 11000 110110 100111110 1000100 11011

Color Harmonies of #751659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751659

Black with #751659

Text Example


Text Example

White with #751659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751659; }

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

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

background-color css

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

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

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

border-color css

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

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

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