Html Css Color HEX #7F2560 Rose Bud Cherry

📋 copy color: '#7F2560'

red 127 ◦ green 37 ◦ blue 96

#7F2560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #7F2560

Tints of Rose Bud Cherry #7F2560

RGB

 RED value IS 127 (50% from 255) = 48.85%

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 48.85%
G = 14.23%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F2560 (or 0x7F2560) is known color: Rose Bud Cherry. HEX triplet: 7F, 25 and 60. RGB value is (127,37,96). Sum of RGB (Red+Green+Blue) = 127+37+96=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2560 is #80DA9F. Grayscale: #464646. Windows color (decimal): -8444576 or 6301055. OLE color: 6301055.

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

Color convert

RGB 127 37 96 -
CMYK 0 0.71 0.24 0.50
HSL 320.67º 0.55% 0.32% -
HSV(B) 320.67º 0.71% 0.5% -
XYZ 11.53 6.68 11.75 -
YUV 70.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 127 37 96 0 0.71 0.24 0.50 320.67 0.55 0.32
Hex 7F 25 60 0 47 18 32 141 37 20
Octal 177 45 140 0 107 30 62 501 67 40
Binary 1111111 100101 1100000 0 1000111 11000 110010 101000001 110111 100000

Color Harmonies of #7F2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2560

Black with #7F2560

Text Example


Text Example

White with #7F2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,37,96); }

 H1.HeaderClassName
 {
   color: #7F2560;
 }
 .AnyTagClassName
 {
   color: #7F2560;
 }
</style>

background-color css

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

 a { background-color: rgb(127,37,96); }

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

border-color css

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

 span { border-color: rgb(127,37,96); }

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