Html Css Color HEX #753C65 Palatinate Purple

📋 copy color: '#753C65'

red 117 ◦ green 60 ◦ blue 101

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

Shades of Palatinate Purple #753C65

Tints of Palatinate Purple #753C65

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 42.09%
G = 21.58%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#753C65 (or 0x753C65) is known color: Palatinate Purple. HEX triplet: 75, 3C and 65. RGB value is (117,60,101). Sum of RGB (Red+Green+Blue) = 117+60+101=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #753C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C65 is #8AC39A. Grayscale: #515151. Windows color (decimal): -9094043 or 6634613. OLE color: 6634613.

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

Color convert

RGB 117 60 101 -
CMYK 0 0.49 0.14 0.54
HSL 316.84º 0.32% 0.35% -
HSV(B) 316.84º 0.49% 0.46% -
XYZ 11.3 7.95 13.25 -
YUV 81.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 117 60 101 0 0.49 0.14 0.54 316.84 0.32 0.35
Hex 75 3C 65 0 31 E 36 13D 20 23
Octal 165 74 145 0 61 16 66 475 40 43
Binary 1110101 111100 1100101 0 110001 1110 110110 100111101 100000 100011

Color Harmonies of #753C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C65

Black with #753C65

Text Example


Text Example

White with #753C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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