Html Css Color HEX #752A5E Palatinate Purple

📋 copy color: '#752A5E'

red 117 ◦ green 42 ◦ blue 94

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

Shades of Palatinate Purple #752A5E

Tints of Palatinate Purple #752A5E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.6%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 46.25%
G = 16.6%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#752A5E (or 0x752A5E) is known color: Palatinate Purple. HEX triplet: 75, 2A and 5E. RGB value is (117,42,94). Sum of RGB (Red+Green+Blue) = 117+42+94=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #752A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A5E is #8AD5A1. Grayscale: #464646. Windows color (decimal): -9098658 or 6171253. OLE color: 6171253.

HSL color Cylindrical-coordinate representation of color #752A5E: hue angle of 318.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #752A5E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 42 94 -
CMYK 0 0.64 0.20 0.54
HSL 318.4º 0.47% 0.31% -
HSV(B) 318.4º 0.64% 0.46% -
XYZ 10.18 6.25 11.26 -
YUV 70.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 117 42 94 0 0.64 0.20 0.54 318.4 0.47 0.31
Hex 75 2A 5E 0 40 14 36 13E 2F 1F
Octal 165 52 136 0 100 24 66 476 57 37
Binary 1110101 101010 1011110 0 1000000 10100 110110 100111110 101111 11111

Color Harmonies of #752A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A5E

Black with #752A5E

Text Example


Text Example

White with #752A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752A5E; }

 p { color: rgb(117,42,94); }

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

background-color css

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

 a { background-color: rgb(117,42,94); }

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

border-color css

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

 span { border-color: rgb(117,42,94); }

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