Html Css Color HEX #753D65 Palatinate Purple

📋 copy color: '#753D65'

red 117 ◦ green 61 ◦ blue 101

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

Shades of Palatinate Purple #753D65

Tints of Palatinate Purple #753D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.86%

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

R = 41.94%
G = 21.86%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#753D65 (or 0x753D65) is known color: Palatinate Purple. HEX triplet: 75, 3D and 65. RGB value is (117,61,101). Sum of RGB (Red+Green+Blue) = 117+61+101=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D65 is #8AC29A. Grayscale: #525252. Windows color (decimal): -9093787 or 6634869. OLE color: 6634869.

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

Color convert

RGB 117 61 101 -
CMYK 0 0.48 0.14 0.54
HSL 317.14º 0.31% 0.35% -
HSV(B) 317.14º 0.48% 0.46% -
XYZ 11.35 8.06 13.27 -
YUV 82.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 117 61 101 0 0.48 0.14 0.54 317.14 0.31 0.35
Hex 75 3D 65 0 30 E 36 13D 1F 23
Octal 165 75 145 0 60 16 66 475 37 43
Binary 1110101 111101 1100101 0 110000 1110 110110 100111101 11111 100011

Color Harmonies of #753D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D65

Black with #753D65

Text Example


Text Example

White with #753D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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