Html Css Color HEX #753261 Palatinate Purple

📋 copy color: '#753261'

red 117 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #753261

Tints of Palatinate Purple #753261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 44.32%
G = 18.94%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#753261 (or 0x753261) is known color: Palatinate Purple. HEX triplet: 75, 32 and 61. RGB value is (117,50,97). Sum of RGB (Red+Green+Blue) = 117+50+97=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #753261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753261 is #8ACD9E. Grayscale: #4B4B4B. Windows color (decimal): -9096607 or 6369909. OLE color: 6369909.

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

Color convert

RGB 117 50 97 -
CMYK 0 0.57 0.17 0.54
HSL 317.91º 0.4% 0.33% -
HSV(B) 317.91º 0.57% 0.46% -
XYZ 10.63 6.93 12.09 -
YUV 75.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 117 50 97 0 0.57 0.17 0.54 317.91 0.4 0.33
Hex 75 32 61 0 39 11 36 13E 28 21
Octal 165 62 141 0 71 21 66 476 50 41
Binary 1110101 110010 1100001 0 111001 10001 110110 100111110 101000 100001

Color Harmonies of #753261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753261

Black with #753261

Text Example


Text Example

White with #753261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753261; }

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

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

background-color css

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

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

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

border-color css

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

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

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