Html Css Color HEX #751661 Palatinate Purple

📋 copy color: '#751661'

red 117 ◦ green 22 ◦ blue 97

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

Shades of Palatinate Purple #751661

Tints of Palatinate Purple #751661

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

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

R = 49.58%
G = 9.32%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#751661 (or 0x751661) is known color: Palatinate Purple. HEX triplet: 75, 16 and 61. RGB value is (117,22,97). Sum of RGB (Red+Green+Blue) = 117+22+97=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #751661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751661 is #8AE99E. Grayscale: #3A3A3A. Windows color (decimal): -9103775 or 6362741. OLE color: 6362741.

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

Color convert

RGB 117 22 97 -
CMYK 0 0.81 0.17 0.54
HSL 312.63º 0.68% 0.27% -
HSV(B) 312.63º 0.81% 0.46% -
XYZ 9.78 5.22 11.8 -
YUV 58.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 117 22 97 0 0.81 0.17 0.54 312.63 0.68 0.27
Hex 75 16 61 0 51 11 36 139 44 1B
Octal 165 26 141 0 121 21 66 471 104 33
Binary 1110101 10110 1100001 0 1010001 10001 110110 100111001 1000100 11011

Color Harmonies of #751661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751661

Black with #751661

Text Example


Text Example

White with #751661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751661; }

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

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

background-color css

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

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

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

border-color css

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

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

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