Html Css Color HEX #752460 Palatinate Purple

📋 copy color: '#752460'

red 117 ◦ green 36 ◦ blue 96

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

Shades of Palatinate Purple #752460

Tints of Palatinate Purple #752460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 46.99%
G = 14.46%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#752460 (or 0x752460) is known color: Palatinate Purple. HEX triplet: 75, 24 and 60. RGB value is (117,36,96). Sum of RGB (Red+Green+Blue) = 117+36+96=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752460 is #8ADB9F. Grayscale: #424242. Windows color (decimal): -9100192 or 6300789. OLE color: 6300789.

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

Color convert

RGB 117 36 96 -
CMYK 0 0.69 0.18 0.54
HSL 315.56º 0.53% 0.3% -
HSV(B) 315.56º 0.69% 0.46% -
XYZ 10.08 5.89 11.67 -
YUV 67.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 117 36 96 0 0.69 0.18 0.54 315.56 0.53 0.3
Hex 75 24 60 0 45 12 36 13C 35 1E
Octal 165 44 140 0 105 22 66 474 65 36
Binary 1110101 100100 1100000 0 1000101 10010 110110 100111100 110101 11110

Color Harmonies of #752460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752460

Black with #752460

Text Example


Text Example

White with #752460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752460; }

 p { color: rgb(117,36,96); }

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

background-color css

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

 a { background-color: rgb(117,36,96); }

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

border-color css

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

 span { border-color: rgb(117,36,96); }

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