Html Css Color HEX #752064 Palatinate Purple

📋 copy color: '#752064'

red 117 ◦ green 32 ◦ blue 100

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

Shades of Palatinate Purple #752064

Tints of Palatinate Purple #752064

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 46.99%
G = 12.85%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#752064 (or 0x752064) is known color: Palatinate Purple. HEX triplet: 75, 20 and 64. RGB value is (117,32,100). Sum of RGB (Red+Green+Blue) = 117+32+100=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752064 is #8ADF9B. Grayscale: #404040. Windows color (decimal): -9101212 or 6561909. OLE color: 6561909.

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

Color convert

RGB 117 32 100 -
CMYK 0 0.73 0.15 0.54
HSL 312º 0.57% 0.29% -
HSV(B) 312º 0.73% 0.46% -
XYZ 10.15 5.74 12.63 -
YUV 65.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 117 32 100 0 0.73 0.15 0.54 312 0.57 0.29
Hex 75 20 64 0 49 F 36 138 39 1D
Octal 165 40 144 0 111 17 66 470 71 35
Binary 1110101 100000 1100100 0 1001001 1111 110110 100111000 111001 11101

Color Harmonies of #752064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752064

Black with #752064

Text Example


Text Example

White with #752064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752064; }

 p { color: rgb(117,32,100); }

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

background-color css

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

 a { background-color: rgb(117,32,100); }

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

border-color css

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

 span { border-color: rgb(117,32,100); }

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