Html Css Color HEX #752F62 Palatinate Purple

📋 copy color: '#752F62'

red 117 ◦ green 47 ◦ blue 98

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

Shades of Palatinate Purple #752F62

Tints of Palatinate Purple #752F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.94%

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 44.66%
G = 17.94%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#752F62 (or 0x752F62) is known color: Palatinate Purple. HEX triplet: 75, 2F and 62. RGB value is (117,47,98). Sum of RGB (Red+Green+Blue) = 117+47+98=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #752F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F62 is #8AD09D. Grayscale: #494949. Windows color (decimal): -9097374 or 6434677. OLE color: 6434677.

HSL color Cylindrical-coordinate representation of color #752F62: hue angle of 316.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F62 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 98 -
CMYK 0 0.60 0.16 0.54
HSL 316.29º 0.43% 0.32% -
HSV(B) 316.29º 0.6% 0.46% -
XYZ 10.56 6.7 12.29 -
YUV 73.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 117 47 98 0 0.60 0.16 0.54 316.29 0.43 0.32
Hex 75 2F 62 0 3C 10 36 13C 2B 20
Octal 165 57 142 0 74 20 66 474 53 40
Binary 1110101 101111 1100010 0 111100 10000 110110 100111100 101011 100000

Color Harmonies of #752F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F62

Black with #752F62

Text Example


Text Example

White with #752F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,98); }

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

background-color css

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

 a { background-color: rgb(117,47,98); }

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

border-color css

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

 span { border-color: rgb(117,47,98); }

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