#7E3161

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

Shades of Rose Bud Cherry #7E3161

Tints of Rose Bud Cherry #7E3161

Color information

#7E3161 (or 0x7E3161) is unknown color: approx Rose Bud Cherry. HEX triplet: 7E, 31 and 61. RGB value is (126,49,97). Sum of RGB (Red+Green+Blue) = 126+49+97=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3161 is #81CE9E. Grayscale: #4D4D4D. Windows color (decimal): -8507039 or 6369662. OLE color: 6369662.

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

Color convert

RGB1264997-
CMYK00.610.230.51
HSL322.6º44%34.31%-
HSV(B)322.6º61.11%49.41%-
XYZ11.867.512.13-
YUV77.5139.01162.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=46.32%
G=18.01%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126499700.610.230.51322.64434.31
Hex7E316103D17331432c22
Octal1766114107527635035442
Binary11111101100011100001011110110111110011101000011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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