#7F2385

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

Shades of Dark Purple #7F2385

Tints of Dark Purple #7F2385

Color information

#7F2385 (or 0x7F2385) is unknown color: approx Dark Purple. HEX triplet: 7F, 23 and 85. RGB value is (127,35,133). Sum of RGB (Red+Green+Blue) = 127+35+133=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F2385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2385 is #80DC7A. Grayscale: #494949. Windows color (decimal): -8445051 or 8725375. OLE color: 8725375.

HSL color Cylindrical-coordinate representation of color #7F2385: hue angle of 296.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2385 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12735133-
CMYK0.050.7400.48
HSL296.33º58.33%32.94%-
HSV(B)296.33º73.68%52.16%-
XYZ13.597.4122.9-
YUV73.68161.48166.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=43.05%
G=11.86%
B=45.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal127351330.050.7400.48296.3358.3332.94
Hex7F238554A0301283a21
Octal1774320551120604507241
Binary11111111000111000010110110010100110000100101000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,35,133); }

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

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

 a { background-color: rgb(127,35,133); }

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

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

 span { border-color: rgb(127,35,133); }

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