Html Css Color HEX #7F2E61 Rose Bud Cherry

📋 copy color: '#7F2E61'

red 127 ◦ green 46 ◦ blue 97

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

Shades of Rose Bud Cherry #7F2E61

Tints of Rose Bud Cherry #7F2E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 47.04%
G = 17.04%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F2E61 (or 0x7F2E61) is known color: Rose Bud Cherry. HEX triplet: 7F, 2E and 61. RGB value is (127,46,97). Sum of RGB (Red+Green+Blue) = 127+46+97=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2E61 is #80D19E. Grayscale: #4B4B4B. Windows color (decimal): -8442271 or 6368895. OLE color: 6368895.

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

Color convert

RGB 127 46 97 -
CMYK 0 0.64 0.24 0.50
HSL 322.22º 0.47% 0.34% -
HSV(B) 322.22º 0.64% 0.5% -
XYZ 11.89 7.33 12.1 -
YUV 76.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 127 46 97 0 0.64 0.24 0.50 322.22 0.47 0.34
Hex 7F 2E 61 0 40 18 32 142 2F 22
Octal 177 56 141 0 100 30 62 502 57 42
Binary 1111111 101110 1100001 0 1000000 11000 110010 101000010 101111 100010

Color Harmonies of #7F2E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2E61

Black with #7F2E61

Text Example


Text Example

White with #7F2E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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