#7B0EBA

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

Shades of Dark Violet #7B0EBA

Tints of Dark Violet #7B0EBA

Color information

#7B0EBA (or 0x7B0EBA) is unknown color: approx Dark Violet. HEX triplet: 7B, 0E and BA. RGB value is (123,14,186). Sum of RGB (Red+Green+Blue) = 123+14+186=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0EBA is #84F145. Grayscale: #414141. Windows color (decimal): -8712518 or 12193403. OLE color: 12193403.

HSL color Cylindrical-coordinate representation of color #7B0EBA: hue angle of 278.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0EBA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12314186-
CMYK0.340.9200.27
HSL278.02º86%39.22%-
HSV(B)278.02º92.47%72.94%-
XYZ17.198.0747.11-
YUV66.2195.61168.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.08%
GREEN value IS 14 (5.86% from 255) = 4.33%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=38.08%
G=4.33%
B=57.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123141860.340.9200.27278.028639.22
Hex7BEBA225C01B1165627
Octal173162724213403342612647
Binary111101111101011101010001010111000110111000101101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,14,186); }

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

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

 a { background-color: rgb(123,14,186); }

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

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

 span { border-color: rgb(123,14,186); }

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