Html Css Color HEX #751162 Palatinate Purple

📋 copy color: '#751162'

red 117 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #751162

Tints of Palatinate Purple #751162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 50.43%
G = 7.33%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#751162 (or 0x751162) is known color: Palatinate Purple. HEX triplet: 75, 11 and 62. RGB value is (117,17,98). Sum of RGB (Red+Green+Blue) = 117+17+98=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #751162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751162 is #8AEE9D. Grayscale: #373737. Windows color (decimal): -9105054 or 6426997. OLE color: 6426997.

HSL color Cylindrical-coordinate representation of color #751162: hue angle of 311.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751162 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 98 -
CMYK 0 0.85 0.16 0.54
HSL 311.4º 0.75% 0.26% -
HSV(B) 311.4º 0.85% 0.46% -
XYZ 9.74 5.06 12.02 -
YUV 56.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 117 17 98 0 0.85 0.16 0.54 311.4 0.75 0.26
Hex 75 11 62 0 55 10 36 137 4B 1A
Octal 165 21 142 0 125 20 66 467 113 32
Binary 1110101 10001 1100010 0 1010101 10000 110110 100110111 1001011 11010

Color Harmonies of #751162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751162

Black with #751162

Text Example


Text Example

White with #751162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751162; }

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

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

background-color css

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

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

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

border-color css

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

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

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