Html Css Color HEX #753665 Palatinate Purple

📋 copy color: '#753665'

red 117 ◦ green 54 ◦ blue 101

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

Shades of Palatinate Purple #753665

Tints of Palatinate Purple #753665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 43.01%
G = 19.85%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#753665 (or 0x753665) is known color: Palatinate Purple. HEX triplet: 75, 36 and 65. RGB value is (117,54,101). Sum of RGB (Red+Green+Blue) = 117+54+101=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753665 is #8AC99A. Grayscale: #4E4E4E. Windows color (decimal): -9095579 or 6633077. OLE color: 6633077.

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

Color convert

RGB 117 54 101 -
CMYK 0 0.54 0.14 0.54
HSL 315.24º 0.37% 0.34% -
HSV(B) 315.24º 0.54% 0.46% -
XYZ 11 7.36 13.15 -
YUV 78.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 117 54 101 0 0.54 0.14 0.54 315.24 0.37 0.34
Hex 75 36 65 0 36 E 36 13B 25 22
Octal 165 66 145 0 66 16 66 473 45 42
Binary 1110101 110110 1100101 0 110110 1110 110110 100111011 100101 100010

Color Harmonies of #753665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753665

Black with #753665

Text Example


Text Example

White with #753665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753665; }

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

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

background-color css

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

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

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

border-color css

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

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

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