#7F3663

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

Shades of Cosmic #7F3663

Tints of Cosmic #7F3663

Color information

#7F3663 (or 0x7F3663) is unknown color: approx Cosmic. HEX triplet: 7F, 36 and 63. RGB value is (127,54,99). Sum of RGB (Red+Green+Blue) = 127+54+99=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3663 is #80C99C. Grayscale: #505050. Windows color (decimal): -8440221 or 6502015. OLE color: 6502015.

HSL color Cylindrical-coordinate representation of color #7F3663: hue angle of 323.01º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3663 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB1275499-
CMYK00.570.220.50
HSL323.01º40.33%35.49%-
HSV(B)323.01º57.48%49.8%-
XYZ12.328.0512.71-
YUV80.96138.18160.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.36%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=45.36%
G=19.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127549900.570.220.50323.0140.3335.49
Hex7F366303916321432823
Octal1776614307126625035043
Binary11111111101101100011011100110110110010101000011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,54,99); }

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

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

 a { background-color: rgb(127,54,99); }

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

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

 span { border-color: rgb(127,54,99); }

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