Html Css Color HEX #752C69 Palatinate Purple

📋 copy color: '#752C69'

red 117 ◦ green 44 ◦ blue 105

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

Shades of Palatinate Purple #752C69

Tints of Palatinate Purple #752C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.47%

R = 43.98%
G = 16.54%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#752C69 (or 0x752C69) is known color: Palatinate Purple. HEX triplet: 75, 2C and 69. RGB value is (117,44,105). Sum of RGB (Red+Green+Blue) = 117+44+105=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #752C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C69 is #8AD396. Grayscale: #484848. Windows color (decimal): -9098135 or 6892661. OLE color: 6892661.

HSL color Cylindrical-coordinate representation of color #752C69: hue angle of 309.86º 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 #752C69 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 44 105 -
CMYK 0 0.62 0.10 0.54
HSL 309.86º 0.45% 0.32% -
HSV(B) 309.86º 0.62% 0.46% -
XYZ 10.79 6.6 14.07 -
YUV 72.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 117 44 105 0 0.62 0.10 0.54 309.86 0.45 0.32
Hex 75 2C 69 0 3E A 36 136 2D 20
Octal 165 54 151 0 76 12 66 466 55 40
Binary 1110101 101100 1101001 0 111110 1010 110110 100110110 101101 100000

Color Harmonies of #752C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C69

Black with #752C69

Text Example


Text Example

White with #752C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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