#751473

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

Shades of Dark Purple #751473

Tints of Dark Purple #751473

Color information

#751473 (or 0x751473) is unknown color: approx Dark Purple. HEX triplet: 75, 14 and 73. RGB value is (117,20,115). Sum of RGB (Red+Green+Blue) = 117+20+115=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #751473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751473 is #8AEB8C. Grayscale: #3B3B3B. Windows color (decimal): -9104269 or 7541877. OLE color: 7541877.

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

Color convert

RGB11720115-
CMYK00.830.020.54
HSL301.24º70.8%26.86%-
HSV(B)301.24º82.91%45.88%-
XYZ10.685.5216.72-
YUV59.83159.14168.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=46.43%
G=7.94%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172011500.830.020.54301.2470.826.86
Hex75147305323612d471b
Octal16524163012326645510733
Binary11101011010011100110101001110110110100101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751473; }

 p { color: rgb(117,20,115); }

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

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

 a { background-color: rgb(117,20,115); }

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

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

 span { border-color: rgb(117,20,115); }

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