Html Css Color HEX #802560 Rose Bud Cherry

📋 copy color: '#802560'

red 128 ◦ green 37 ◦ blue 96

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

Shades of Rose Bud Cherry #802560

Tints of Rose Bud Cherry #802560

RGB

 RED value IS 128 (50.39% from 255) = 49.04%

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

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

R = 49.04%
G = 14.18%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#802560 (or 0x802560) is known color: Rose Bud Cherry. HEX triplet: 80, 25 and 60. RGB value is (128,37,96). Sum of RGB (Red+Green+Blue) = 128+37+96=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #802560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802560 is #7FDA9F. Grayscale: #464646. Windows color (decimal): -8379040 or 6301056. OLE color: 6301056.

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

Color convert

RGB 128 37 96 -
CMYK 0 0.71 0.25 0.50
HSL 321.1º 0.55% 0.32% -
HSV(B) 321.1º 0.71% 0.5% -
XYZ 11.67 6.76 11.76 -
YUV 70.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 128 37 96 0 0.71 0.25 0.50 321.1 0.55 0.32
Hex 80 25 60 0 47 19 32 141 37 20
Octal 200 45 140 0 107 31 62 501 67 40
Binary 10000000 100101 1100000 0 1000111 11001 110010 101000001 110111 100000

Color Harmonies of #802560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802560

Black with #802560

Text Example


Text Example

White with #802560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802560; }

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

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

background-color css

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

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

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

border-color css

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

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

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