#7F3E62

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

Shades of Cosmic #7F3E62

Tints of Cosmic #7F3E62

Color information

#7F3E62 (or 0x7F3E62) is unknown color: approx Cosmic. HEX triplet: 7F, 3E and 62. RGB value is (127,62,98). Sum of RGB (Red+Green+Blue) = 127+62+98=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3E62 is #80C19D. Grayscale: #555555. Windows color (decimal): -8438174 or 6438527. OLE color: 6438527.

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

Color convert

RGB1276298-
CMYK00.510.230.50
HSL326.77º34.39%37.06%-
HSV(B)326.77º51.18%49.8%-
XYZ12.688.8412.59-
YUV85.54135.03157.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.25%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=44.25%
G=21.60%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127629800.510.230.50326.7734.3937.06
Hex7F3E6203317321472225
Octal1777614206327625074245
Binary11111111111101100010011001110111110010101000111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,62,98); }

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

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

 a { background-color: rgb(127,62,98); }

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

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

 span { border-color: rgb(127,62,98); }

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