#7D1888

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

Shades of Purple #7D1888

Tints of Purple #7D1888

Color information

#7D1888 (or 0x7D1888) is unknown color: approx Purple. HEX triplet: 7D, 18 and 88. RGB value is (125,24,136). Sum of RGB (Red+Green+Blue) = 125+24+136=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D1888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1888 is #82E777. Grayscale: #424242. Windows color (decimal): -8578936 or 8919165. OLE color: 8919165.

HSL color Cylindrical-coordinate representation of color #7D1888: hue angle of 294.11º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1888 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12524136-
CMYK0.080.8200.47
HSL294.11º70%31.37%-
HSV(B)294.11º82.35%53.33%-
XYZ13.236.7923.91-
YUV66.97166.96169.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.86%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=43.86%
G=8.42%
B=47.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125241360.080.8200.47294.117031.37
Hex7D188885202F126461f
Octal175302101012205744610637
Binary11111011100010001000100010100100101111100100110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D1888; }

 p { color: rgb(125,24,136); }

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

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

 a { background-color: rgb(125,24,136); }

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

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

 span { border-color: rgb(125,24,136); }

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