#751762

Color #751762 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #751762

Tints of Palatinate Purple #751762

Color information

#751762 (or 0x751762) is unknown color: approx Palatinate Purple. HEX triplet: 75, 17 and 62. RGB value is (117,23,98). Sum of RGB (Red+Green+Blue) = 117+23+98=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #751762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751762 is #8AE89D. Grayscale: #3B3B3B. Windows color (decimal): -9103518 or 6428533. OLE color: 6428533.

HSL color Cylindrical-coordinate representation of color #751762: hue angle of 312.13º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751762 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1172398-
CMYK00.800.160.54
HSL312.13º67.14%27.45%-
HSV(B)312.13º80.34%45.88%-
XYZ9.855.2812.05-
YUV59.66149.64168.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 23 (9.38% from 255) = 9.66%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=49.16%
G=9.66%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117239800.800.160.54312.1367.1427.45
Hex7517620501036138431b
Octal165271420120206647010333
Binary11101011011111000100101000010000110110100111000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751762; }

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

 H1.HeaderClassName
 {
   color: #751762;
 }
 .AnyTagClassName
 {
   color: #751762;
 }
</style>
background-color css

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

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

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

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

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

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