Html Css Color HEX #752C6D Palatinate Purple

📋 copy color: '#752C6D'

red 117 ◦ green 44 ◦ blue 109

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

Shades of Palatinate Purple #752C6D

Tints of Palatinate Purple #752C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 43.33%
G = 16.3%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#752C6D (or 0x752C6D) is known color: Palatinate Purple. HEX triplet: 75, 2C and 6D. RGB value is (117,44,109). Sum of RGB (Red+Green+Blue) = 117+44+109=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #752C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C6D is #8AD392. Grayscale: #494949. Windows color (decimal): -9098131 or 7154805. OLE color: 7154805.

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

Color convert

RGB 117 44 109 -
CMYK 0 0.62 0.07 0.54
HSL 306.58º 0.45% 0.32% -
HSV(B) 306.58º 0.62% 0.46% -
XYZ 11 6.69 15.18 -
YUV 73.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 117 44 109 0 0.62 0.07 0.54 306.58 0.45 0.32
Hex 75 2C 6D 0 3E 7 36 133 2D 20
Octal 165 54 155 0 76 7 66 463 55 40
Binary 1110101 101100 1101101 0 111110 111 110110 100110011 101101 100000

Color Harmonies of #752C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C6D

Black with #752C6D

Text Example


Text Example

White with #752C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,44,109); }

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

background-color css

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

 a { background-color: rgb(117,44,109); }

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

border-color css

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

 span { border-color: rgb(117,44,109); }

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