#7F0F68

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

Shades of Dark Purple #7F0F68

Tints of Dark Purple #7F0F68

Color information

#7F0F68 (or 0x7F0F68) is unknown color: approx Dark Purple. HEX triplet: 7F, 0F and 68. RGB value is (127,15,104). Sum of RGB (Red+Green+Blue) = 127+15+104=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0F68 is #80F097. Grayscale: #3A3A3A. Windows color (decimal): -8450200 or 6819711. OLE color: 6819711.

HSL color Cylindrical-coordinate representation of color #7F0F68: hue angle of 312.32º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F68 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB12715104-
CMYK00.880.180.50
HSL312.32º78.87%27.84%-
HSV(B)312.32º88.19%49.8%-
XYZ11.425.8513.62-
YUV58.63153.61176.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.63%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 104 (41.02% from 255) = 42.28%
R=51.63%
G=6.10%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271510400.880.180.50312.3278.8727.84
Hex7FF6805812321384f1c
Octal177171500130226247011734
Binary1111111111111010000101100010010110010100111000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,15,104); }

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

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

 a { background-color: rgb(127,15,104); }

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

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

 span { border-color: rgb(127,15,104); }

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