Html Css Color HEX #753C69 Palatinate Purple

📋 copy color: '#753C69'

red 117 ◦ green 60 ◦ blue 105

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

Shades of Palatinate Purple #753C69

Tints of Palatinate Purple #753C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 41.49%
G = 21.28%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#753C69 (or 0x753C69) is known color: Palatinate Purple. HEX triplet: 75, 3C and 69. RGB value is (117,60,105). Sum of RGB (Red+Green+Blue) = 117+60+105=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C69 is #8AC396. Grayscale: #525252. Windows color (decimal): -9094039 or 6896757. OLE color: 6896757.

HSL color Cylindrical-coordinate representation of color #753C69: hue angle of 312.63º 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 #753C69 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 105 -
CMYK 0 0.49 0.10 0.54
HSL 312.63º 0.32% 0.35% -
HSV(B) 312.63º 0.49% 0.46% -
XYZ 11.5 8.03 14.31 -
YUV 82.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 117 60 105 0 0.49 0.10 0.54 312.63 0.32 0.35
Hex 75 3C 69 0 31 A 36 139 20 23
Octal 165 74 151 0 61 12 66 471 40 43
Binary 1110101 111100 1101001 0 110001 1010 110110 100111001 100000 100011

Color Harmonies of #753C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C69

Black with #753C69

Text Example


Text Example

White with #753C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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