#7E3565

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

Shades of Cosmic #7E3565

Tints of Cosmic #7E3565

Color information

#7E3565 (or 0x7E3565) is unknown color: approx Cosmic. HEX triplet: 7E, 35 and 65. RGB value is (126,53,101). Sum of RGB (Red+Green+Blue) = 126+53+101=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3565 is #81CA9A. Grayscale: #505050. Windows color (decimal): -8506011 or 6632830. OLE color: 6632830.

HSL color Cylindrical-coordinate representation of color #7E3565: hue angle of 320.55º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E3565 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB12653101-
CMYK00.580.200.51
HSL320.55º40.78%35.1%-
HSV(B)320.55º57.94%49.41%-
XYZ12.237.9213.2-
YUV80.3139.68160.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45%
GREEN value IS 53 (21.09% from 255) = 18.93%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=45%
G=18.93%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1265310100.580.200.51320.5540.7835.1
Hex7E356503A14331412923
Octal1766514507224635015143
Binary11111101101011100101011101010100110011101000001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,53,101); }

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

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

 a { background-color: rgb(126,53,101); }

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

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

 span { border-color: rgb(126,53,101); }

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