#7B00D9

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

Shades of Dark Violet #7B00D9

Tints of Dark Violet #7B00D9

Color information

#7B00D9 (or 0x7B00D9) is unknown color: approx Dark Violet. HEX triplet: 7B, 00 and D9. RGB value is (123,0,217). Sum of RGB (Red+Green+Blue) = 123+0+217=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 217 (85.16% from 255 or 63.82% from 340); Max value from RGB is 217 - color contains mainly: blue. Hex color #7B00D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B00D9 is #84FF26. Grayscale: #3C3C3C. Windows color (decimal): -8716071 or 14221435. OLE color: 14221435.

HSL color Cylindrical-coordinate representation of color #7B00D9: hue angle of 274.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B00D9 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1230217-
CMYK0.43100.15
HSL274.01º100%42.55%-
HSV(B)274.01º100%85.1%-
XYZ20.699.2266.33-
YUV61.52215.75171.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 217 (85.16% from 255) = 63.82%
R=36.18%
G=0%
B=63.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12302170.43100.15274.0110042.55
Hex7B0D92B640F112642b
Octal17303315314401742214453
Binary11110110110110011010111100100011111000100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B00D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,0,217); }

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

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

 a { background-color: rgb(123,0,217); }

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

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

 span { border-color: rgb(123,0,217); }

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