Html Css Color HEX #753260 Palatinate Purple

📋 copy color: '#753260'

red 117 ◦ green 50 ◦ blue 96

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

Shades of Palatinate Purple #753260

Tints of Palatinate Purple #753260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

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

R = 44.49%
G = 19.01%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#753260 (or 0x753260) is known color: Palatinate Purple. HEX triplet: 75, 32 and 60. RGB value is (117,50,96). Sum of RGB (Red+Green+Blue) = 117+50+96=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #753260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753260 is #8ACD9F. Grayscale: #4B4B4B. Windows color (decimal): -9096608 or 6304373. OLE color: 6304373.

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

Color convert

RGB 117 50 96 -
CMYK 0 0.57 0.18 0.54
HSL 318.81º 0.4% 0.33% -
HSV(B) 318.81º 0.57% 0.46% -
XYZ 10.59 6.91 11.84 -
YUV 75.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 117 50 96 0 0.57 0.18 0.54 318.81 0.4 0.33
Hex 75 32 60 0 39 12 36 13F 28 21
Octal 165 62 140 0 71 22 66 477 50 41
Binary 1110101 110010 1100000 0 111001 10010 110110 100111111 101000 100001

Color Harmonies of #753260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753260

Black with #753260

Text Example


Text Example

White with #753260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753260; }

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

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

background-color css

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

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

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

border-color css

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

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

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