#751470

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

Shades of Dark Purple #751470

Tints of Dark Purple #751470

Color information

#751470 (or 0x751470) is unknown color: approx Dark Purple. HEX triplet: 75, 14 and 70. RGB value is (117,20,112). Sum of RGB (Red+Green+Blue) = 117+20+112=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751470 is #8AEB8F. Grayscale: #3B3B3B. Windows color (decimal): -9104272 or 7345269. OLE color: 7345269.

HSL color Cylindrical-coordinate representation of color #751470: hue angle of 303.09º 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 #751470 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB11720112-
CMYK00.830.040.54
HSL303.09º70.8%26.86%-
HSV(B)303.09º82.91%45.88%-
XYZ10.515.4515.83-
YUV59.49157.64169.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=46.99%
G=8.03%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172011200.830.040.54303.0970.826.86
Hex75147005343612f471b
Octal16524160012346645710733
Binary111010110100111000001010011100110110100101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751470; }

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

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

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

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

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

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

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

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