Html Css Color HEX #7F1855 Flirt

📋 copy color: '#7F1855'

red 127 ◦ green 24 ◦ blue 85

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

Shades of Flirt #7F1855

Tints of Flirt #7F1855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

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

R = 53.81%
G = 10.17%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F1855 (or 0x7F1855) is known color: Flirt. HEX triplet: 7F, 18 and 55. RGB value is (127,24,85). Sum of RGB (Red+Green+Blue) = 127+24+85=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1855 is #80E7AA. Grayscale: #3D3D3D. Windows color (decimal): -8447915 or 5576831. OLE color: 5576831.

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

Color convert

RGB 127 24 85 -
CMYK 0 0.81 0.33 0.50
HSL 324.47º 0.68% 0.3% -
HSV(B) 324.47º 0.81% 0.5% -
XYZ 10.72 5.82 9.15 -
YUV 61.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 127 24 85 0 0.81 0.33 0.50 324.47 0.68 0.3
Hex 7F 18 55 0 51 21 32 144 44 1E
Octal 177 30 125 0 121 41 62 504 104 36
Binary 1111111 11000 1010101 0 1010001 100001 110010 101000100 1000100 11110

Color Harmonies of #7F1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1855

Black with #7F1855

Text Example


Text Example

White with #7F1855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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