#7E415B

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

Shades of Cosmic #7E415B

Tints of Cosmic #7E415B

Color information

#7E415B (or 0x7E415B) is unknown color: approx Cosmic. HEX triplet: 7E, 41 and 5B. RGB value is (126,65,91). Sum of RGB (Red+Green+Blue) = 126+65+91=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E415B is #81BEA4. Grayscale: #565656. Windows color (decimal): -8502949 or 5980542. OLE color: 5980542.

HSL color Cylindrical-coordinate representation of color #7E415B: hue angle of 334.43º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E415B is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1266591-
CMYK00.480.280.51
HSL334.43º31.94%37.45%-
HSV(B)334.43º48.41%49.41%-
XYZ12.388.9710.98-
YUV86.2130.71156.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.68%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=44.68%
G=23.05%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126659100.480.280.51334.4331.9437.45
Hex7E415B0301C3314e2025
Octal17610113306034635164045
Binary111111010000011011011011000011100110011101001110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,65,91); }

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

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

 a { background-color: rgb(126,65,91); }

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

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

 span { border-color: rgb(126,65,91); }

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