#7D0188

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

Shades of Purple #7D0188

Tints of Purple #7D0188

Color information

#7D0188 (or 0x7D0188) is unknown color: approx Purple. HEX triplet: 7D, 01 and 88. RGB value is (125,1,136). Sum of RGB (Red+Green+Blue) = 125+1+136=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D0188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0188 is #82FE77. Grayscale: #353535. Windows color (decimal): -8584824 or 8913277. OLE color: 8913277.

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

Color convert

RGB1251136-
CMYK0.080.9900.47
HSL295.11º98.54%26.86%-
HSV(B)295.11º99.26%53.33%-
XYZ12.916.1623.8-
YUV53.47174.58179.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.71%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=47.71%
G=0.38%
B=51.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12511360.080.9900.47295.1198.5426.86
Hex7D18886302F127631b
Octal17512101014305744714333
Binary1111101110001000100011000110101111100100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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