#7A0CDD

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

Shades of Dark Violet #7A0CDD

Tints of Dark Violet #7A0CDD

Color information

#7A0CDD (or 0x7A0CDD) is unknown color: approx Dark Violet. HEX triplet: 7A, 0C and DD. RGB value is (122,12,221). Sum of RGB (Red+Green+Blue) = 122+12+221=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CDD is #85F322. Grayscale: #434343. Windows color (decimal): -8778531 or 14486650. OLE color: 14486650.

HSL color Cylindrical-coordinate representation of color #7A0CDD: hue angle of 271.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0CDD is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12212221-
CMYK0.450.9500.13
HSL271.58º89.7%45.69%-
HSV(B)271.58º94.57%86.67%-
XYZ21.219.6269.15-
YUV68.72213.94166.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 12 (5.08% from 255) = 3.38%
BLUE value IS 221 (86.72% from 255) = 62.25%
R=34.37%
G=3.38%
B=62.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122122210.450.9500.13271.5889.745.69
Hex7ACDD2D5F0D1105a2e
Octal172143355513701542013256
Binary11110101100110111011011011011111011011000100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,12,221); }

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

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

 a { background-color: rgb(122,12,221); }

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

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

 span { border-color: rgb(122,12,221); }

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