Html Css Color HEX #752668 Palatinate Purple

📋 copy color: '#752668'

red 117 ◦ green 38 ◦ blue 104

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

Shades of Palatinate Purple #752668

Tints of Palatinate Purple #752668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 45.17%
G = 14.67%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#752668 (or 0x752668) is known color: Palatinate Purple. HEX triplet: 75, 26 and 68. RGB value is (117,38,104). Sum of RGB (Red+Green+Blue) = 117+38+104=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #752668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752668 is #8AD997. Grayscale: #444444. Windows color (decimal): -9099672 or 6825589. OLE color: 6825589.

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

Color convert

RGB 117 38 104 -
CMYK 0 0.68 0.11 0.54
HSL 309.87º 0.51% 0.3% -
HSV(B) 309.87º 0.68% 0.46% -
XYZ 10.53 6.17 13.73 -
YUV 69.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 117 38 104 0 0.68 0.11 0.54 309.87 0.51 0.3
Hex 75 26 68 0 44 B 36 136 33 1E
Octal 165 46 150 0 104 13 66 466 63 36
Binary 1110101 100110 1101000 0 1000100 1011 110110 100110110 110011 11110

Color Harmonies of #752668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752668

Black with #752668

Text Example


Text Example

White with #752668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752668; }

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

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

background-color css

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

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

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

border-color css

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

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

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