Html Css Color HEX #751660 Palatinate Purple

📋 copy color: '#751660'

red 117 ◦ green 22 ◦ blue 96

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

Shades of Palatinate Purple #751660

Tints of Palatinate Purple #751660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 49.79%
G = 9.36%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#751660 (or 0x751660) is known color: Palatinate Purple. HEX triplet: 75, 16 and 60. RGB value is (117,22,96). Sum of RGB (Red+Green+Blue) = 117+22+96=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #751660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751660 is #8AE99F. Grayscale: #3A3A3A. Windows color (decimal): -9103776 or 6297205. OLE color: 6297205.

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

Color convert

RGB 117 22 96 -
CMYK 0 0.81 0.18 0.54
HSL 313.26º 0.68% 0.27% -
HSV(B) 313.26º 0.81% 0.46% -
XYZ 9.73 5.2 11.56 -
YUV 58.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 117 22 96 0 0.81 0.18 0.54 313.26 0.68 0.27
Hex 75 16 60 0 51 12 36 139 44 1B
Octal 165 26 140 0 121 22 66 471 104 33
Binary 1110101 10110 1100000 0 1010001 10010 110110 100111001 1000100 11011

Color Harmonies of #751660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751660

Black with #751660

Text Example


Text Example

White with #751660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751660; }

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

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

background-color css

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

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

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

border-color css

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

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

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