Html Css Color HEX #753268 Palatinate Purple

📋 copy color: '#753268'

red 117 ◦ green 50 ◦ blue 104

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

Shades of Palatinate Purple #753268

Tints of Palatinate Purple #753268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 43.17%
G = 18.45%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#753268 (or 0x753268) is known color: Palatinate Purple. HEX triplet: 75, 32 and 68. RGB value is (117,50,104). Sum of RGB (Red+Green+Blue) = 117+50+104=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753268 is #8ACD97. Grayscale: #4C4C4C. Windows color (decimal): -9096600 or 6828661. OLE color: 6828661.

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

Color convert

RGB 117 50 104 -
CMYK 0 0.57 0.11 0.54
HSL 311.64º 0.4% 0.33% -
HSV(B) 311.64º 0.57% 0.46% -
XYZ 10.98 7.06 13.88 -
YUV 76.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 117 50 104 0 0.57 0.11 0.54 311.64 0.4 0.33
Hex 75 32 68 0 39 B 36 138 28 21
Octal 165 62 150 0 71 13 66 470 50 41
Binary 1110101 110010 1101000 0 111001 1011 110110 100111000 101000 100001

Color Harmonies of #753268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753268

Black with #753268

Text Example


Text Example

White with #753268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753268; }

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

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

background-color css

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

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

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

border-color css

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

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

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