Html Css Color HEX #753568 Palatinate Purple

📋 copy color: '#753568'

red 117 ◦ green 53 ◦ blue 104

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

Shades of Palatinate Purple #753568

Tints of Palatinate Purple #753568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

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

R = 42.7%
G = 19.34%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#753568 (or 0x753568) is known color: Palatinate Purple. HEX triplet: 75, 35 and 68. RGB value is (117,53,104). Sum of RGB (Red+Green+Blue) = 117+53+104=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753568 is #8ACA97. Grayscale: #4D4D4D. Windows color (decimal): -9095832 or 6829429. OLE color: 6829429.

HSL color Cylindrical-coordinate representation of color #753568: hue angle of 312.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753568 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 104 -
CMYK 0 0.55 0.11 0.54
HSL 312.19º 0.38% 0.33% -
HSV(B) 312.19º 0.55% 0.46% -
XYZ 11.11 7.33 13.93 -
YUV 77.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 117 53 104 0 0.55 0.11 0.54 312.19 0.38 0.33
Hex 75 35 68 0 37 B 36 138 26 21
Octal 165 65 150 0 67 13 66 470 46 41
Binary 1110101 110101 1101000 0 110111 1011 110110 100111000 100110 100001

Color Harmonies of #753568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753568

Black with #753568

Text Example


Text Example

White with #753568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753568; }

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

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

background-color css

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

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

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

border-color css

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

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

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