Html Css Color HEX #753966 Palatinate Purple

📋 copy color: '#753966'

red 117 ◦ green 57 ◦ blue 102

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

Shades of Palatinate Purple #753966

Tints of Palatinate Purple #753966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 42.39%
G = 20.65%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#753966 (or 0x753966) is known color: Palatinate Purple. HEX triplet: 75, 39 and 66. RGB value is (117,57,102). Sum of RGB (Red+Green+Blue) = 117+57+102=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #753966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753966 is #8AC699. Grayscale: #4F4F4F. Windows color (decimal): -9094810 or 6699381. OLE color: 6699381.

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

Color convert

RGB 117 57 102 -
CMYK 0 0.51 0.13 0.54
HSL 315º 0.34% 0.34% -
HSV(B) 315º 0.51% 0.46% -
XYZ 11.2 7.67 13.46 -
YUV 80.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 117 57 102 0 0.51 0.13 0.54 315 0.34 0.34
Hex 75 39 66 0 33 D 36 13B 22 22
Octal 165 71 146 0 63 15 66 473 42 42
Binary 1110101 111001 1100110 0 110011 1101 110110 100111011 100010 100010

Color Harmonies of #753966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753966

Black with #753966

Text Example


Text Example

White with #753966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753966; }

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

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

background-color css

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

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

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

border-color css

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

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

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