#7E3062

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

Shades of Rose Bud Cherry #7E3062

Tints of Rose Bud Cherry #7E3062

Color information

#7E3062 (or 0x7E3062) is unknown color: approx Rose Bud Cherry. HEX triplet: 7E, 30 and 62. RGB value is (126,48,98). Sum of RGB (Red+Green+Blue) = 126+48+98=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3062 is #81CF9D. Grayscale: #4C4C4C. Windows color (decimal): -8507294 or 6434942. OLE color: 6434942.

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

Color convert

RGB1264898-
CMYK00.620.220.51
HSL321.54º44.83%34.12%-
HSV(B)321.54º61.9%49.41%-
XYZ11.877.4312.36-
YUV77.02139.84162.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.32%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=46.32%
G=17.65%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126489800.620.220.51321.5444.8334.12
Hex7E306203E16331422d22
Octal1766014207626635025542
Binary11111101100001100010011111010110110011101000010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,48,98); }

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

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

 a { background-color: rgb(126,48,98); }

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

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

 span { border-color: rgb(126,48,98); }

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