#7B0CD1

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

Shades of Dark Violet #7B0CD1

Tints of Dark Violet #7B0CD1

Color information

#7B0CD1 (or 0x7B0CD1) is unknown color: approx Dark Violet. HEX triplet: 7B, 0C and D1. RGB value is (123,12,209). Sum of RGB (Red+Green+Blue) = 123+12+209=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B0CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0CD1 is #84F32E. Grayscale: #424242. Windows color (decimal): -8713007 or 13700219. OLE color: 13700219.

HSL color Cylindrical-coordinate representation of color #7B0CD1: hue angle of 273.81º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0CD1 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12312209-
CMYK0.410.9400.18
HSL273.81º89.14%43.33%-
HSV(B)273.81º94.26%81.96%-
XYZ19.819.0861.03-
YUV67.65207.77167.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 12 (5.08% from 255) = 3.49%
BLUE value IS 209 (82.03% from 255) = 60.76%
R=35.76%
G=3.49%
B=60.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123122090.410.9400.18273.8189.1443.33
Hex7BCD1295E012112592b
Octal173143215113602242213153
Binary111101111001101000110100110111100100101000100101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,12,209); }

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

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

 a { background-color: rgb(123,12,209); }

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

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

 span { border-color: rgb(123,12,209); }

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