#751362

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

Shades of Palatinate Purple #751362

Tints of Palatinate Purple #751362

Color information

#751362 (or 0x751362) is unknown color: approx Palatinate Purple. HEX triplet: 75, 13 and 62. RGB value is (117,19,98). Sum of RGB (Red+Green+Blue) = 117+19+98=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #751362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751362 is #8AEC9D. Grayscale: #393939. Windows color (decimal): -9104542 or 6427509. OLE color: 6427509.

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

Color convert

RGB1171998-
CMYK00.840.160.54
HSL311.63º72.06%26.67%-
HSV(B)311.63º83.76%45.88%-
XYZ9.775.1312.03-
YUV57.31150.97170.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=50%
G=8.12%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117199800.840.160.54311.6372.0626.67
Hex7513620541036138481b
Octal165231420124206647011033
Binary11101011001111000100101010010000110110100111000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751362; }

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

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

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

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

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

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

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

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