Html Css Color HEX #753162 Palatinate Purple

📋 copy color: '#753162'

red 117 ◦ green 49 ◦ blue 98

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

Shades of Palatinate Purple #753162

Tints of Palatinate Purple #753162

RGB

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

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

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

R = 44.32%
G = 18.56%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#753162 (or 0x753162) is known color: Palatinate Purple. HEX triplet: 75, 31 and 62. RGB value is (117,49,98). Sum of RGB (Red+Green+Blue) = 117+49+98=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #753162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753162 is #8ACE9D. Grayscale: #4A4A4A. Windows color (decimal): -9096862 or 6435189. OLE color: 6435189.

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

Color convert

RGB 117 49 98 -
CMYK 0 0.58 0.16 0.54
HSL 316.76º 0.41% 0.33% -
HSV(B) 316.76º 0.58% 0.46% -
XYZ 10.64 6.86 12.32 -
YUV 74.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 117 49 98 0 0.58 0.16 0.54 316.76 0.41 0.33
Hex 75 31 62 0 3A 10 36 13D 29 21
Octal 165 61 142 0 72 20 66 475 51 41
Binary 1110101 110001 1100010 0 111010 10000 110110 100111101 101001 100001

Color Harmonies of #753162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753162

Black with #753162

Text Example


Text Example

White with #753162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753162; }

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

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

background-color css

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

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

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

border-color css

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

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

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