#7F3A5D

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

Shades of Cosmic #7F3A5D

Tints of Cosmic #7F3A5D

Color information

#7F3A5D (or 0x7F3A5D) is unknown color: approx Cosmic. HEX triplet: 7F, 3A and 5D. RGB value is (127,58,93). Sum of RGB (Red+Green+Blue) = 127+58+93=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A5D is #80C5A2. Grayscale: #525252. Windows color (decimal): -8439203 or 6109823. OLE color: 6109823.

HSL color Cylindrical-coordinate representation of color #7F3A5D: hue angle of 329.57º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A5D is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1275893-
CMYK00.540.270.50
HSL329.57º37.3%36.27%-
HSV(B)329.57º54.33%49.8%-
XYZ12.248.3311.32-
YUV82.62133.86159.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.68%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=45.68%
G=20.86%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127589300.540.270.50329.5737.336.27
Hex7F3A5D0361B3214a2524
Octal1777213506633625124544
Binary11111111110101011101011011011011110010101001010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,93); }

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

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

 a { background-color: rgb(127,58,93); }

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

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

 span { border-color: rgb(127,58,93); }

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