Html Css Color HEX #753660 Palatinate Purple

📋 copy color: '#753660'

red 117 ◦ green 54 ◦ blue 96

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

Shades of Palatinate Purple #753660

Tints of Palatinate Purple #753660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

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

R = 43.82%
G = 20.22%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#753660 (or 0x753660) is known color: Palatinate Purple. HEX triplet: 75, 36 and 60. RGB value is (117,54,96). Sum of RGB (Red+Green+Blue) = 117+54+96=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753660 is #8AC99F. Grayscale: #4D4D4D. Windows color (decimal): -9095584 or 6305397. OLE color: 6305397.

HSL color Cylindrical-coordinate representation of color #753660: hue angle of 320º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753660 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 54 96 -
CMYK 0 0.54 0.18 0.54
HSL 320º 0.37% 0.34% -
HSV(B) 320º 0.54% 0.46% -
XYZ 10.77 7.26 11.9 -
YUV 77.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 117 54 96 0 0.54 0.18 0.54 320 0.37 0.34
Hex 75 36 60 0 36 12 36 140 25 22
Octal 165 66 140 0 66 22 66 500 45 42
Binary 1110101 110110 1100000 0 110110 10010 110110 101000000 100101 100010

Color Harmonies of #753660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753660

Black with #753660

Text Example


Text Example

White with #753660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753660; }

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

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

background-color css

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

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

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

border-color css

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

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

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