#7F3666

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

Shades of Cosmic #7F3666

Tints of Cosmic #7F3666

Color information

#7F3666 (or 0x7F3666) is unknown color: approx Cosmic. HEX triplet: 7F, 36 and 66. RGB value is (127,54,102). Sum of RGB (Red+Green+Blue) = 127+54+102=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3666 is #80C999. Grayscale: #515151. Windows color (decimal): -8440218 or 6698623. OLE color: 6698623.

HSL color Cylindrical-coordinate representation of color #7F3666: hue angle of 320.55º 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 #7F3666 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12754102-
CMYK00.570.200.50
HSL320.55º40.33%35.49%-
HSV(B)320.55º57.48%49.8%-
XYZ12.478.1113.48-
YUV81.3139.68160.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.88%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=44.88%
G=19.08%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275410200.570.200.50320.5540.3335.49
Hex7F366603914321412823
Octal1776614607124625015043
Binary11111111101101100110011100110100110010101000001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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