Html Css Color HEX #750560 Palatinate Purple

📋 copy color: '#750560'

red 117 ◦ green 5 ◦ blue 96

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

Shades of Palatinate Purple #750560

Tints of Palatinate Purple #750560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

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

R = 53.67%
G = 2.29%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#750560 (or 0x750560) is known color: Palatinate Purple. HEX triplet: 75, 05 and 60. RGB value is (117,5,96). Sum of RGB (Red+Green+Blue) = 117+5+96=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #750560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750560 is #8AFA9F. Grayscale: #303030. Windows color (decimal): -9108128 or 6292853. OLE color: 6292853.

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

Color convert

RGB 117 5 96 -
CMYK 0 0.96 0.18 0.54
HSL 311.25º 0.92% 0.24% -
HSV(B) 311.25º 0.96% 0.46% -
XYZ 9.5 4.73 11.48 -
YUV 48.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 117 5 96 0 0.96 0.18 0.54 311.25 0.92 0.24
Hex 75 5 60 0 60 12 36 137 5C 18
Octal 165 5 140 0 140 22 66 467 134 30
Binary 1110101 101 1100000 0 1100000 10010 110110 100110111 1011100 11000

Color Harmonies of #750560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750560

Black with #750560

Text Example


Text Example

White with #750560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750560; }

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

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

background-color css

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

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

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

border-color css

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

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

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