Html Css Color HEX #753B65 Palatinate Purple

📋 copy color: '#753B65'

red 117 ◦ green 59 ◦ blue 101

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

Shades of Palatinate Purple #753B65

Tints of Palatinate Purple #753B65

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.3%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 42.24%
G = 21.3%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#753B65 (or 0x753B65) is known color: Palatinate Purple. HEX triplet: 75, 3B and 65. RGB value is (117,59,101). Sum of RGB (Red+Green+Blue) = 117+59+101=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #753B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B65 is #8AC49A. Grayscale: #515151. Windows color (decimal): -9094299 or 6634357. OLE color: 6634357.

HSL color Cylindrical-coordinate representation of color #753B65: hue angle of 316.55º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753B65 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 59 101 -
CMYK 0 0.50 0.14 0.54
HSL 316.55º 0.33% 0.35% -
HSV(B) 316.55º 0.5% 0.46% -
XYZ 11.25 7.85 13.23 -
YUV 81.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 117 59 101 0 0.50 0.14 0.54 316.55 0.33 0.35
Hex 75 3B 65 0 32 E 36 13D 21 23
Octal 165 73 145 0 62 16 66 475 41 43
Binary 1110101 111011 1100101 0 110010 1110 110110 100111101 100001 100011

Color Harmonies of #753B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753B65

Black with #753B65

Text Example


Text Example

White with #753B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753B65; }

 p { color: rgb(117,59,101); }

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

background-color css

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

 a { background-color: rgb(117,59,101); }

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

border-color css

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

 span { border-color: rgb(117,59,101); }

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