#7F0BB5

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

Shades of Dark Violet #7F0BB5

Tints of Dark Violet #7F0BB5

Color information

#7F0BB5 (or 0x7F0BB5) is unknown color: approx Dark Violet. HEX triplet: 7F, 0B and B5. RGB value is (127,11,181). Sum of RGB (Red+Green+Blue) = 127+11+181=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #7F0BB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0BB5 is #80F44A. Grayscale: #404040. Windows color (decimal): -8451147 or 11864959. OLE color: 11864959.

HSL color Cylindrical-coordinate representation of color #7F0BB5: hue angle of 280.94º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BB5 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12711181-
CMYK0.300.9400.29
HSL280.94º88.54%37.65%-
HSV(B)280.94º93.92%70.98%-
XYZ17.218.0944.37-
YUV65.06193.43172.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.81%
GREEN value IS 11 (4.69% from 255) = 3.45%
BLUE value IS 181 (71.09% from 255) = 56.74%
R=39.81%
G=3.45%
B=56.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127111810.300.9400.29280.9488.5437.65
Hex7FBB51E5E01D1195926
Octal177132653613603543113146
Binary11111111011101101011111010111100111011000110011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,11,181); }

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

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

 a { background-color: rgb(127,11,181); }

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

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

 span { border-color: rgb(127,11,181); }

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