#7A4B6B

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

Shades of Cosmic #7A4B6B

Tints of Cosmic #7A4B6B

Color information

#7A4B6B (or 0x7A4B6B) is unknown color: approx Cosmic. HEX triplet: 7A, 4B and 6B. RGB value is (122,75,107). Sum of RGB (Red+Green+Blue) = 122+75+107=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4B6B is #85B494. Grayscale: #5C5C5C. Windows color (decimal): -8762517 or 7031674. OLE color: 7031674.

HSL color Cylindrical-coordinate representation of color #7A4B6B: hue angle of 319.15º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4B6B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12275107-
CMYK00.390.120.52
HSL319.15º23.86%38.63%-
HSV(B)319.15º38.52%47.84%-
XYZ13.210.2315.19-
YUV92.7136.07148.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=40.13%
G=24.67%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1227510700.390.120.52319.1523.8638.63
Hex7A4B6B027C3413f1827
Octal17211315304714644773047
Binary1111010100101111010110100111110011010010011111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,75,107); }

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

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

 a { background-color: rgb(122,75,107); }

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

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

 span { border-color: rgb(122,75,107); }

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