#7F0C6E

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

Shades of Dark Purple #7F0C6E

Tints of Dark Purple #7F0C6E

Color information

#7F0C6E (or 0x7F0C6E) is unknown color: approx Dark Purple. HEX triplet: 7F, 0C and 6E. RGB value is (127,12,110). Sum of RGB (Red+Green+Blue) = 127+12+110=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0C6E is #80F391. Grayscale: #393939. Windows color (decimal): -8450962 or 7212159. OLE color: 7212159.

HSL color Cylindrical-coordinate representation of color #7F0C6E: hue angle of 308.87º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0C6E is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12712110-
CMYK00.910.130.50
HSL308.87º82.73%27.25%-
HSV(B)308.87º90.55%49.8%-
XYZ11.75.915.27-
YUV57.56157.6177.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 12 (5.08% from 255) = 4.82%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=51.00%
G=4.82%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271211000.910.130.50308.8782.7327.25
Hex7FC6E05BD32135531b
Octal177141560133156246512333
Binary111111111001101110010110111101110010100110101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,12,110); }

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

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

 a { background-color: rgb(127,12,110); }

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

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

 span { border-color: rgb(127,12,110); }

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