Html Css Color HEX #752265 Palatinate Purple

📋 copy color: '#752265'

red 117 ◦ green 34 ◦ blue 101

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

Shades of Palatinate Purple #752265

Tints of Palatinate Purple #752265

RGB

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

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

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

R = 46.43%
G = 13.49%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#752265 (or 0x752265) is known color: Palatinate Purple. HEX triplet: 75, 22 and 65. RGB value is (117,34,101). Sum of RGB (Red+Green+Blue) = 117+34+101=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752265 is #8ADD9A. Grayscale: #424242. Windows color (decimal): -9100699 or 6627957. OLE color: 6627957.

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

Color convert

RGB 117 34 101 -
CMYK 0 0.71 0.14 0.54
HSL 311.57º 0.55% 0.3% -
HSV(B) 311.57º 0.71% 0.46% -
XYZ 10.26 5.87 12.9 -
YUV 66.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 117 34 101 0 0.71 0.14 0.54 311.57 0.55 0.3
Hex 75 22 65 0 47 E 36 138 37 1E
Octal 165 42 145 0 107 16 66 470 67 36
Binary 1110101 100010 1100101 0 1000111 1110 110110 100111000 110111 11110

Color Harmonies of #752265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752265

Black with #752265

Text Example


Text Example

White with #752265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752265; }

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

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

background-color css

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

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

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

border-color css

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

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

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