#751262

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

Shades of Palatinate Purple #751262

Tints of Palatinate Purple #751262

Color information

#751262 (or 0x751262) is unknown color: approx Palatinate Purple. HEX triplet: 75, 12 and 62. RGB value is (117,18,98). Sum of RGB (Red+Green+Blue) = 117+18+98=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #751262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751262 is #8AED9D. Grayscale: #383838. Windows color (decimal): -9104798 or 6427253. OLE color: 6427253.

HSL color Cylindrical-coordinate representation of color #751262: hue angle of 311.52º degrees, saturation: 0.73, 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 #751262 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1171898-
CMYK00.850.160.54
HSL311.52º73.33%26.47%-
HSV(B)311.52º84.62%45.88%-
XYZ9.765.112.02-
YUV56.72151.3171-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=50.21%
G=7.73%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117189800.850.160.54311.5273.3326.47
Hex7512620551036138491a
Octal165221420125206647011132
Binary11101011001011000100101010110000110110100111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751262; }

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

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

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

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

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

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

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

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