#7A00CC

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

Shades of Dark Violet #7A00CC

Tints of Dark Violet #7A00CC

Color information

#7A00CC (or 0x7A00CC) is unknown color: approx Dark Violet. HEX triplet: 7A, 00 and CC. RGB value is (122,0,204). Sum of RGB (Red+Green+Blue) = 122+0+204=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00CC is #85FF33. Grayscale: #3B3B3B. Windows color (decimal): -8781620 or 13369466. OLE color: 13369466.

HSL color Cylindrical-coordinate representation of color #7A00CC: hue angle of 275.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A00CC is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1220204-
CMYK0.40100.2
HSL275.88º100%40%-
HSV(B)275.88º100%80%-
XYZ18.938.557.77-
YUV59.73209.42172.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 62.58%
R=37.42%
G=0%
B=62.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12202040.40100.2275.8810040
Hex7A0CC28640141146428
Octal17203145014402442414450
Binary111101001100110010100011001000101001000101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,0,204); }

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

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

 a { background-color: rgb(122,0,204); }

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

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

 span { border-color: rgb(122,0,204); }

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