#7D15BB

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

Shades of Dark Violet #7D15BB

Tints of Dark Violet #7D15BB

Color information

#7D15BB (or 0x7D15BB) is unknown color: approx Dark Violet. HEX triplet: 7D, 15 and BB. RGB value is (125,21,187). Sum of RGB (Red+Green+Blue) = 125+21+187=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D15BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D15BB is #82EA44. Grayscale: #464646. Windows color (decimal): -8579653 or 12260733. OLE color: 12260733.

HSL color Cylindrical-coordinate representation of color #7D15BB: hue angle of 277.59º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D15BB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12521187-
CMYK0.330.8900.27
HSL277.59º79.81%40.78%-
HSV(B)277.59º88.77%73.33%-
XYZ17.78.4847.72-
YUV71.02193.46166.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 187 (73.44% from 255) = 56.16%
R=37.54%
G=6.31%
B=56.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125211870.330.8900.27277.5979.8140.78
Hex7D15BB215901B1165029
Octal175252734113103342612051
Binary1111101101011011101110000110110010110111000101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D15BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,21,187); }

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

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

 a { background-color: rgb(125,21,187); }

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

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

 span { border-color: rgb(125,21,187); }

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