Html Css Color HEX #752261 Palatinate Purple

📋 copy color: '#752261'

red 117 ◦ green 34 ◦ blue 97

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

Shades of Palatinate Purple #752261

Tints of Palatinate Purple #752261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 47.18%
G = 13.71%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#752261 (or 0x752261) is known color: Palatinate Purple. HEX triplet: 75, 22 and 61. RGB value is (117,34,97). Sum of RGB (Red+Green+Blue) = 117+34+97=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #752261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752261 is #8ADD9E. Grayscale: #414141. Windows color (decimal): -9100703 or 6365813. OLE color: 6365813.

HSL color Cylindrical-coordinate representation of color #752261: hue angle of 314.46º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752261 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 97 -
CMYK 0 0.71 0.17 0.54
HSL 314.46º 0.55% 0.3% -
HSV(B) 314.46º 0.71% 0.46% -
XYZ 10.07 5.79 11.9 -
YUV 66 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 117 34 97 0 0.71 0.17 0.54 314.46 0.55 0.3
Hex 75 22 61 0 47 11 36 13A 37 1E
Octal 165 42 141 0 107 21 66 472 67 36
Binary 1110101 100010 1100001 0 1000111 10001 110110 100111010 110111 11110

Color Harmonies of #752261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752261

Black with #752261

Text Example


Text Example

White with #752261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752261; }

 p { color: rgb(117,34,97); }

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

background-color css

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

 a { background-color: rgb(117,34,97); }

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

border-color css

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

 span { border-color: rgb(117,34,97); }

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