Html Css Color HEX #7F165B Rose Bud Cherry

📋 copy color: '#7F165B'

red 127 ◦ green 22 ◦ blue 91

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

Shades of Rose Bud Cherry #7F165B

Tints of Rose Bud Cherry #7F165B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 52.92%
G = 9.17%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F165B (or 0x7F165B) is known color: Rose Bud Cherry. HEX triplet: 7F, 16 and 5B. RGB value is (127,22,91). Sum of RGB (Red+Green+Blue) = 127+22+91=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F165B is #80E9A4. Grayscale: #3D3D3D. Windows color (decimal): -8448421 or 5969535. OLE color: 5969535.

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

Color convert

RGB 127 22 91 -
CMYK 0 0.83 0.28 0.50
HSL 320.57º 0.7% 0.29% -
HSV(B) 320.57º 0.83% 0.5% -
XYZ 10.93 5.84 10.45 -
YUV 61.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 127 22 91 0 0.83 0.28 0.50 320.57 0.7 0.29
Hex 7F 16 5B 0 53 1C 32 141 46 1D
Octal 177 26 133 0 123 34 62 501 106 35
Binary 1111111 10110 1011011 0 1010011 11100 110010 101000001 1000110 11101

Color Harmonies of #7F165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F165B

Black with #7F165B

Text Example


Text Example

White with #7F165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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