Html Css Color HEX #753468 Palatinate Purple

📋 copy color: '#753468'

red 117 ◦ green 52 ◦ blue 104

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

Shades of Palatinate Purple #753468

Tints of Palatinate Purple #753468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 42.86%
G = 19.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#753468 (or 0x753468) is known color: Palatinate Purple. HEX triplet: 75, 34 and 68. RGB value is (117,52,104). Sum of RGB (Red+Green+Blue) = 117+52+104=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #753468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753468 is #8ACB97. Grayscale: #4D4D4D. Windows color (decimal): -9096088 or 6829173. OLE color: 6829173.

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

Color convert

RGB 117 52 104 -
CMYK 0 0.56 0.11 0.54
HSL 312º 0.38% 0.33% -
HSV(B) 312º 0.56% 0.46% -
XYZ 11.06 7.24 13.91 -
YUV 77.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 117 52 104 0 0.56 0.11 0.54 312 0.38 0.33
Hex 75 34 68 0 38 B 36 138 26 21
Octal 165 64 150 0 70 13 66 470 46 41
Binary 1110101 110100 1101000 0 111000 1011 110110 100111000 100110 100001

Color Harmonies of #753468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753468

Black with #753468

Text Example


Text Example

White with #753468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753468; }

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

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

background-color css

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

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

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

border-color css

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

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

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