Html Css Color HEX #7F2755 Flirt

📋 copy color: '#7F2755'

red 127 ◦ green 39 ◦ blue 85

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

Shades of Flirt #7F2755

Tints of Flirt #7F2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 50.6%
G = 15.54%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F2755 (or 0x7F2755) is known color: Flirt. HEX triplet: 7F, 27 and 55. RGB value is (127,39,85). Sum of RGB (Red+Green+Blue) = 127+39+85=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2755 is #80D8AA. Grayscale: #464646. Windows color (decimal): -8444075 or 5580671. OLE color: 5580671.

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

Color convert

RGB 127 39 85 -
CMYK 0 0.69 0.33 0.50
HSL 328.64º 0.53% 0.33% -
HSV(B) 328.64º 0.69% 0.5% -
XYZ 11.12 6.62 9.29 -
YUV 70.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 127 39 85 0 0.69 0.33 0.50 328.64 0.53 0.33
Hex 7F 27 55 0 45 21 32 149 35 21
Octal 177 47 125 0 105 41 62 511 65 41
Binary 1111111 100111 1010101 0 1000101 100001 110010 101001001 110101 100001

Color Harmonies of #7F2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2755

Black with #7F2755

Text Example


Text Example

White with #7F2755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,39,85); }

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

background-color css

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

 a { background-color: rgb(127,39,85); }

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

border-color css

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

 span { border-color: rgb(127,39,85); }

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