#7F3161

Color #7F3161 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #7F3161

Tints of Rose Bud Cherry #7F3161

Color information

#7F3161 (or 0x7F3161) is unknown color: approx Rose Bud Cherry. HEX triplet: 7F, 31 and 61. RGB value is (127,49,97). Sum of RGB (Red+Green+Blue) = 127+49+97=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3161 is #80CE9E. Grayscale: #4D4D4D. Windows color (decimal): -8441503 or 6369663. OLE color: 6369663.

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

Color convert

RGB1274997-
CMYK00.610.240.50
HSL323.08º44.32%34.51%-
HSV(B)323.08º61.42%49.8%-
XYZ12.017.5712.14-
YUV77.79138.84163.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.52%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=46.52%
G=17.95%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127499700.610.240.50323.0844.3234.51
Hex7F316103D18321432c23
Octal1776114107530625035443
Binary11111111100011100001011110111000110010101000011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,49,97); }

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

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

 a { background-color: rgb(127,49,97); }

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

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

 span { border-color: rgb(127,49,97); }

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