Html Css Color HEX #753964 Palatinate Purple

📋 copy color: '#753964'

red 117 ◦ green 57 ◦ blue 100

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

Shades of Palatinate Purple #753964

Tints of Palatinate Purple #753964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

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

R = 42.7%
G = 20.8%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#753964 (or 0x753964) is known color: Palatinate Purple. HEX triplet: 75, 39 and 64. RGB value is (117,57,100). Sum of RGB (Red+Green+Blue) = 117+57+100=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753964 is #8AC69B. Grayscale: #4F4F4F. Windows color (decimal): -9094812 or 6568309. OLE color: 6568309.

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

Color convert

RGB 117 57 100 -
CMYK 0 0.51 0.15 0.54
HSL 317º 0.34% 0.34% -
HSV(B) 317º 0.51% 0.46% -
XYZ 11.1 7.63 12.94 -
YUV 79.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 117 57 100 0 0.51 0.15 0.54 317 0.34 0.34
Hex 75 39 64 0 33 F 36 13D 22 22
Octal 165 71 144 0 63 17 66 475 42 42
Binary 1110101 111001 1100100 0 110011 1111 110110 100111101 100010 100010

Color Harmonies of #753964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753964

Black with #753964

Text Example


Text Example

White with #753964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753964; }

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

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

background-color css

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

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

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

border-color css

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

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

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