Html Css Color HEX #753563 Palatinate Purple

📋 copy color: '#753563'

red 117 ◦ green 53 ◦ blue 99

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

Shades of Palatinate Purple #753563

Tints of Palatinate Purple #753563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 43.49%
G = 19.7%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#753563 (or 0x753563) is known color: Palatinate Purple. HEX triplet: 75, 35 and 63. RGB value is (117,53,99). Sum of RGB (Red+Green+Blue) = 117+53+99=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753563 is #8ACA9C. Grayscale: #4D4D4D. Windows color (decimal): -9095837 or 6501749. OLE color: 6501749.

HSL color Cylindrical-coordinate representation of color #753563: hue angle of 316.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753563 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 99 -
CMYK 0 0.55 0.15 0.54
HSL 316.88º 0.38% 0.33% -
HSV(B) 316.88º 0.55% 0.46% -
XYZ 10.86 7.23 12.63 -
YUV 77.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 117 53 99 0 0.55 0.15 0.54 316.88 0.38 0.33
Hex 75 35 63 0 37 F 36 13D 26 21
Octal 165 65 143 0 67 17 66 475 46 41
Binary 1110101 110101 1100011 0 110111 1111 110110 100111101 100110 100001

Color Harmonies of #753563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753563

Black with #753563

Text Example


Text Example

White with #753563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753563; }

 p { color: rgb(117,53,99); }

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

background-color css

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

 a { background-color: rgb(117,53,99); }

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

border-color css

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

 span { border-color: rgb(117,53,99); }

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