Html Css Color HEX #7F175B Rose Bud Cherry

📋 copy color: '#7F175B'

red 127 ◦ green 23 ◦ blue 91

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

Shades of Rose Bud Cherry #7F175B

Tints of Rose Bud Cherry #7F175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 52.7%
G = 9.54%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F175B (or 0x7F175B) is known color: Rose Bud Cherry. HEX triplet: 7F, 17 and 5B. RGB value is (127,23,91). Sum of RGB (Red+Green+Blue) = 127+23+91=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F175B is #80E8A4. Grayscale: #3D3D3D. Windows color (decimal): -8448165 or 5969791. OLE color: 5969791.

HSL color Cylindrical-coordinate representation of color #7F175B: hue angle of 320.77º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F175B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 23 91 -
CMYK 0 0.82 0.28 0.50
HSL 320.77º 0.69% 0.29% -
HSV(B) 320.77º 0.82% 0.5% -
XYZ 10.95 5.88 10.46 -
YUV 61.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 127 23 91 0 0.82 0.28 0.50 320.77 0.69 0.29
Hex 7F 17 5B 0 52 1C 32 141 45 1D
Octal 177 27 133 0 122 34 62 501 105 35
Binary 1111111 10111 1011011 0 1010010 11100 110010 101000001 1000101 11101

Color Harmonies of #7F175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F175B

Black with #7F175B

Text Example


Text Example

White with #7F175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,23,91); }

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

background-color css

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

 a { background-color: rgb(127,23,91); }

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

border-color css

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

 span { border-color: rgb(127,23,91); }

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