Html Css Color HEX #753564 Palatinate Purple

📋 copy color: '#753564'

red 117 ◦ green 53 ◦ blue 100

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

Shades of Palatinate Purple #753564

Tints of Palatinate Purple #753564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 43.33%
G = 19.63%
B = 37.04%

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

#753564 (or 0x753564) is known color: Palatinate Purple. HEX triplet: 75, 35 and 64. RGB value is (117,53,100). Sum of RGB (Red+Green+Blue) = 117+53+100=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #753564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753564 is #8ACA9B. Grayscale: #4D4D4D. Windows color (decimal): -9095836 or 6567285. OLE color: 6567285.

HSL color Cylindrical-coordinate representation of color #753564: hue angle of 315.94º 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 #753564 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 100 -
CMYK 0 0.55 0.15 0.54
HSL 315.94º 0.38% 0.33% -
HSV(B) 315.94º 0.55% 0.46% -
XYZ 10.91 7.25 12.88 -
YUV 77.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 117 53 100 0 0.55 0.15 0.54 315.94 0.38 0.33
Hex 75 35 64 0 37 F 36 13C 26 21
Octal 165 65 144 0 67 17 66 474 46 41
Binary 1110101 110101 1100100 0 110111 1111 110110 100111100 100110 100001

Color Harmonies of #753564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753564

Black with #753564

Text Example


Text Example

White with #753564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753564; }

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

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

background-color css

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

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

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

border-color css

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

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

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