Html Css Color HEX #7F175A Rose Bud Cherry

📋 copy color: '#7F175A'

red 127 ◦ green 23 ◦ blue 90

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

Shades of Rose Bud Cherry #7F175A

Tints of Rose Bud Cherry #7F175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 52.92%
G = 9.58%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F175A (or 0x7F175A) is known color: Rose Bud Cherry. HEX triplet: 7F, 17 and 5A. RGB value is (127,23,90). Sum of RGB (Red+Green+Blue) = 127+23+90=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F175A is #80E8A5. Grayscale: #3D3D3D. Windows color (decimal): -8448166 or 5904255. OLE color: 5904255.

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

Color convert

RGB 127 23 90 -
CMYK 0 0.82 0.29 0.50
HSL 321.35º 0.69% 0.29% -
HSV(B) 321.35º 0.82% 0.5% -
XYZ 10.9 5.86 10.23 -
YUV 61.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 127 23 90 0 0.82 0.29 0.50 321.35 0.69 0.29
Hex 7F 17 5A 0 52 1D 32 141 45 1D
Octal 177 27 132 0 122 35 62 501 105 35
Binary 1111111 10111 1011010 0 1010010 11101 110010 101000001 1000101 11101

Color Harmonies of #7F175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F175A

Black with #7F175A

Text Example


Text Example

White with #7F175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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