#7A0DBA

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

Shades of Dark Violet #7A0DBA

Tints of Dark Violet #7A0DBA

Color information

#7A0DBA (or 0x7A0DBA) is unknown color: approx Dark Violet. HEX triplet: 7A, 0D and BA. RGB value is (122,13,186). Sum of RGB (Red+Green+Blue) = 122+13+186=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0DBA is #85F245. Grayscale: #404040. Windows color (decimal): -8778310 or 12193146. OLE color: 12193146.

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

Color convert

RGB12213186-
CMYK0.340.9300.27
HSL277.8º86.93%39.02%-
HSV(B)277.8º93.01%72.94%-
XYZ17.037.9747.1-
YUV65.31196.11168.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.01%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=38.01%
G=4.05%
B=57.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122131860.340.9300.27277.886.9339.02
Hex7ADBA225D01B1165727
Octal172152724213503342612747
Binary111101011011011101010001010111010110111000101101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,13,186); }

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

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

 a { background-color: rgb(122,13,186); }

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

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

 span { border-color: rgb(122,13,186); }

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