Html Css Color HEX #7F295E Rose Bud Cherry

📋 copy color: '#7F295E'

red 127 ◦ green 41 ◦ blue 94

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

Shades of Rose Bud Cherry #7F295E

Tints of Rose Bud Cherry #7F295E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 48.47%
G = 15.65%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F295E (or 0x7F295E) is known color: Rose Bud Cherry. HEX triplet: 7F, 29 and 5E. RGB value is (127,41,94). Sum of RGB (Red+Green+Blue) = 127+41+94=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F295E is #80D6A1. Grayscale: #484848. Windows color (decimal): -8443554 or 6171007. OLE color: 6171007.

HSL color Cylindrical-coordinate representation of color #7F295E: hue angle of 323.02º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F295E is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 94 -
CMYK 0 0.68 0.26 0.50
HSL 323.02º 0.51% 0.33% -
HSV(B) 323.02º 0.68% 0.5% -
XYZ 11.57 6.91 11.31 -
YUV 72.76 139.99 166.69 -
System Red Green Blue C M Y K H S L
Decimal 127 41 94 0 0.68 0.26 0.50 323.02 0.51 0.33
Hex 7F 29 5E 0 44 1A 32 143 33 21
Octal 177 51 136 0 104 32 62 503 63 41
Binary 1111111 101001 1011110 0 1000100 11010 110010 101000011 110011 100001

Color Harmonies of #7F295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F295E

Black with #7F295E

Text Example


Text Example

White with #7F295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,94); }

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

background-color css

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

 a { background-color: rgb(127,41,94); }

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

border-color css

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

 span { border-color: rgb(127,41,94); }

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