Html Css Color HEX #752E5D Palatinate Purple

📋 copy color: '#752E5D'

red 117 ◦ green 46 ◦ blue 93

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

Shades of Palatinate Purple #752E5D

Tints of Palatinate Purple #752E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 45.7%
G = 17.97%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#752E5D (or 0x752E5D) is known color: Palatinate Purple. HEX triplet: 75, 2E and 5D. RGB value is (117,46,93). Sum of RGB (Red+Green+Blue) = 117+46+93=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E5D is #8AD1A2. Grayscale: #484848. Windows color (decimal): -9097635 or 6106741. OLE color: 6106741.

HSL color Cylindrical-coordinate representation of color #752E5D: hue angle of 320.28º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E5D is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 93 -
CMYK 0 0.61 0.21 0.54
HSL 320.28º 0.44% 0.32% -
HSV(B) 320.28º 0.61% 0.46% -
XYZ 10.29 6.53 11.07 -
YUV 72.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 117 46 93 0 0.61 0.21 0.54 320.28 0.44 0.32
Hex 75 2E 5D 0 3D 15 36 140 2C 20
Octal 165 56 135 0 75 25 66 500 54 40
Binary 1110101 101110 1011101 0 111101 10101 110110 101000000 101100 100000

Color Harmonies of #752E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E5D

Black with #752E5D

Text Example


Text Example

White with #752E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,46,93); }

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

background-color css

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

 a { background-color: rgb(117,46,93); }

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

border-color css

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

 span { border-color: rgb(117,46,93); }

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