Html Css Color HEX #753A68 Palatinate Purple

📋 copy color: '#753A68'

red 117 ◦ green 58 ◦ blue 104

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

Shades of Palatinate Purple #753A68

Tints of Palatinate Purple #753A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 41.94%
G = 20.79%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#753A68 (or 0x753A68) is known color: Palatinate Purple. HEX triplet: 75, 3A and 68. RGB value is (117,58,104). Sum of RGB (Red+Green+Blue) = 117+58+104=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #753A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A68 is #8AC597. Grayscale: #505050. Windows color (decimal): -9094552 or 6830709. OLE color: 6830709.

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

Color convert

RGB 117 58 104 -
CMYK 0 0.50 0.11 0.54
HSL 313.22º 0.34% 0.34% -
HSV(B) 313.22º 0.5% 0.46% -
XYZ 11.35 7.81 14.01 -
YUV 80.89 141.05 153.76 -
System Red Green Blue C M Y K H S L
Decimal 117 58 104 0 0.50 0.11 0.54 313.22 0.34 0.34
Hex 75 3A 68 0 32 B 36 139 22 22
Octal 165 72 150 0 62 13 66 471 42 42
Binary 1110101 111010 1101000 0 110010 1011 110110 100111001 100010 100010

Color Harmonies of #753A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753A68

Black with #753A68

Text Example


Text Example

White with #753A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,58,104); }

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

background-color css

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

 a { background-color: rgb(117,58,104); }

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

border-color css

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

 span { border-color: rgb(117,58,104); }

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