Html Css Color HEX #753165 Palatinate Purple

📋 copy color: '#753165'

red 117 ◦ green 49 ◦ blue 101

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

Shades of Palatinate Purple #753165

Tints of Palatinate Purple #753165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 43.82%
G = 18.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#753165 (or 0x753165) is known color: Palatinate Purple. HEX triplet: 75, 31 and 65. RGB value is (117,49,101). Sum of RGB (Red+Green+Blue) = 117+49+101=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753165 is #8ACE9A. Grayscale: #4B4B4B. Windows color (decimal): -9096859 or 6631797. OLE color: 6631797.

HSL color Cylindrical-coordinate representation of color #753165: hue angle of 314.12º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753165 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 101 -
CMYK 0 0.58 0.14 0.54
HSL 314.12º 0.41% 0.33% -
HSV(B) 314.12º 0.58% 0.46% -
XYZ 10.78 6.92 13.08 -
YUV 75.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 117 49 101 0 0.58 0.14 0.54 314.12 0.41 0.33
Hex 75 31 65 0 3A E 36 13A 29 21
Octal 165 61 145 0 72 16 66 472 51 41
Binary 1110101 110001 1100101 0 111010 1110 110110 100111010 101001 100001

Color Harmonies of #753165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753165

Black with #753165

Text Example


Text Example

White with #753165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753165; }

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

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

background-color css

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

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

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

border-color css

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

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

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