#751872

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

Shades of Dark Purple #751872

Tints of Dark Purple #751872

Color information

#751872 (or 0x751872) is unknown color: approx Dark Purple. HEX triplet: 75, 18 and 72. RGB value is (117,24,114). Sum of RGB (Red+Green+Blue) = 117+24+114=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #751872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751872 is #8AE78D. Grayscale: #3D3D3D. Windows color (decimal): -9103246 or 7477365. OLE color: 7477365.

HSL color Cylindrical-coordinate representation of color #751872: hue angle of 301.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751872 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11724114-
CMYK00.790.030.54
HSL301.94º65.96%27.65%-
HSV(B)301.94º79.49%45.88%-
XYZ10.75.6516.45-
YUV62.07157.31167.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=45.88%
G=9.41%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172411400.790.030.54301.9465.9627.65
Hex75187204F33612e421c
Octal16530162011736645610234
Binary11101011100011100100100111111110110100101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751872; }

 p { color: rgb(117,24,114); }

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

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

 a { background-color: rgb(117,24,114); }

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

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

 span { border-color: rgb(117,24,114); }

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