#7B4A6D

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

Shades of Cosmic #7B4A6D

Tints of Cosmic #7B4A6D

Color information

#7B4A6D (or 0x7B4A6D) is unknown color: approx Cosmic. HEX triplet: 7B, 4A and 6D. RGB value is (123,74,109). Sum of RGB (Red+Green+Blue) = 123+74+109=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4A6D is #84B592. Grayscale: #5C5C5C. Windows color (decimal): -8697235 or 7162491. OLE color: 7162491.

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

Color convert

RGB12374109-
CMYK00.400.110.52
HSL317.14º24.87%38.63%-
HSV(B)317.14º39.84%48.24%-
XYZ13.3810.2115.73-
YUV92.64137.23149.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.20%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=40.20%
G=24.18%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1237410900.400.110.52317.1424.8738.63
Hex7B4A6D028B3413d1927
Octal17311215505013644753147
Binary1111011100101011011010101000101111010010011110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,109); }

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

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

 a { background-color: rgb(123,74,109); }

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

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

 span { border-color: rgb(123,74,109); }

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