Html Css Color HEX #752C65 Palatinate Purple

📋 copy color: '#752C65'

red 117 ◦ green 44 ◦ blue 101

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

Shades of Palatinate Purple #752C65

Tints of Palatinate Purple #752C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.55%

R = 44.66%
G = 16.79%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#752C65 (or 0x752C65) is known color: Palatinate Purple. HEX triplet: 75, 2C and 65. RGB value is (117,44,101). Sum of RGB (Red+Green+Blue) = 117+44+101=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C65 is #8AD39A. Grayscale: #484848. Windows color (decimal): -9098139 or 6630517. OLE color: 6630517.

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

Color convert

RGB 117 44 101 -
CMYK 0 0.62 0.14 0.54
HSL 313.15º 0.45% 0.32% -
HSV(B) 313.15º 0.62% 0.46% -
XYZ 10.59 6.52 13.01 -
YUV 72.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 117 44 101 0 0.62 0.14 0.54 313.15 0.45 0.32
Hex 75 2C 65 0 3E E 36 139 2D 20
Octal 165 54 145 0 76 16 66 471 55 40
Binary 1110101 101100 1100101 0 111110 1110 110110 100111001 101101 100000

Color Harmonies of #752C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C65

Black with #752C65

Text Example


Text Example

White with #752C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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