#7B0DCA

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

Shades of Dark Violet #7B0DCA

Tints of Dark Violet #7B0DCA

Color information

#7B0DCA (or 0x7B0DCA) is unknown color: approx Dark Violet. HEX triplet: 7B, 0D and CA. RGB value is (123,13,202). Sum of RGB (Red+Green+Blue) = 123+13+202=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B0DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0DCA is #84F235. Grayscale: #424242. Windows color (decimal): -8712758 or 13241723. OLE color: 13241723.

HSL color Cylindrical-coordinate representation of color #7B0DCA: hue angle of 274.92º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0DCA is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12313202-
CMYK0.390.9400.21
HSL274.92º87.91%42.16%-
HSV(B)274.92º93.56%79.22%-
XYZ18.978.7656.57-
YUV67.44203.94167.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 13 (5.47% from 255) = 3.85%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=36.39%
G=3.85%
B=59.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123132020.390.9400.21274.9287.9142.16
Hex7BDCA275E015113582a
Octal173153124713602542313052
Binary111101111011100101010011110111100101011000100111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,13,202); }

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

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

 a { background-color: rgb(123,13,202); }

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

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

 span { border-color: rgb(123,13,202); }

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