#750A62

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

Shades of Palatinate Purple #750A62

Tints of Palatinate Purple #750A62

Color information

#750A62 (or 0x750A62) is unknown color: approx Palatinate Purple. HEX triplet: 75, 0A and 62. RGB value is (117,10,98). Sum of RGB (Red+Green+Blue) = 117+10+98=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750A62 is #8AF59D. Grayscale: #333333. Windows color (decimal): -9106846 or 6425205. OLE color: 6425205.

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

Color convert

RGB1171098-
CMYK00.910.160.54
HSL310.65º84.25%24.9%-
HSV(B)310.65º91.45%45.88%-
XYZ9.654.8811.99-
YUV52.02153.95174.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=52%
G=4.44%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117109800.910.160.54310.6584.2524.9
Hex75A6205B10361375419
Octal165121420133206646712431
Binary1110101101011000100101101110000110110100110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A62; }

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

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

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

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

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

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

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

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