#7F1888

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

Shades of Purple #7F1888

Tints of Purple #7F1888

Color information

#7F1888 (or 0x7F1888) is unknown color: approx Purple. HEX triplet: 7F, 18 and 88. RGB value is (127,24,136). Sum of RGB (Red+Green+Blue) = 127+24+136=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F1888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1888 is #80E777. Grayscale: #434343. Windows color (decimal): -8447864 or 8919167. OLE color: 8919167.

HSL color Cylindrical-coordinate representation of color #7F1888: hue angle of 295.18º 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 #7F1888 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12724136-
CMYK0.070.8200.47
HSL295.18º70%31.37%-
HSV(B)295.18º82.35%53.33%-
XYZ13.526.9423.92-
YUV67.56166.62170.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.25%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=44.25%
G=8.36%
B=47.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127241360.070.8200.47295.187031.37
Hex7F188875202F127461f
Octal17730210712205744710637
Binary1111111110001000100011110100100101111100100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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