#7A3E6A

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

Shades of Cosmic #7A3E6A

Tints of Cosmic #7A3E6A

Color information

#7A3E6A (or 0x7A3E6A) is unknown color: approx Cosmic. HEX triplet: 7A, 3E and 6A. RGB value is (122,62,106). Sum of RGB (Red+Green+Blue) = 122+62+106=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E6A is #85C195. Grayscale: #545454. Windows color (decimal): -8765846 or 6962810. OLE color: 6962810.

HSL color Cylindrical-coordinate representation of color #7A3E6A: hue angle of 316º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E6A is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12262106-
CMYK00.490.130.52
HSL316º32.61%36.08%-
HSV(B)316º49.18%47.84%-
XYZ12.358.6214.65-
YUV84.96139.88154.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.07%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=42.07%
G=21.38%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1226210600.490.130.5231632.6136.08
Hex7A3E6A031D3413c2124
Octal1727615206115644744144
Binary1111010111110110101001100011101110100100111100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,106); }

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

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

 a { background-color: rgb(122,62,106); }

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

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

 span { border-color: rgb(122,62,106); }

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