Html Css Color HEX #7F1D53 Flirt

📋 copy color: '#7F1D53'

red 127 ◦ green 29 ◦ blue 83

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

Shades of Flirt #7F1D53

Tints of Flirt #7F1D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 53.14%
G = 12.13%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7F1D53 (or 0x7F1D53) is known color: Flirt. HEX triplet: 7F, 1D and 53. RGB value is (127,29,83). Sum of RGB (Red+Green+Blue) = 127+29+83=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1D53 is #80E2AC. Grayscale: #404040. Windows color (decimal): -8446637 or 5447039. OLE color: 5447039.

HSL color Cylindrical-coordinate representation of color #7F1D53: hue angle of 326.94º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D53 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 29 83 -
CMYK 0 0.77 0.35 0.50
HSL 326.94º 0.63% 0.31% -
HSV(B) 326.94º 0.77% 0.5% -
XYZ 10.75 6.02 8.78 -
YUV 64.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 127 29 83 0 0.77 0.35 0.50 326.94 0.63 0.31
Hex 7F 1D 53 0 4D 23 32 147 3F 1F
Octal 177 35 123 0 115 43 62 507 77 37
Binary 1111111 11101 1010011 0 1001101 100011 110010 101000111 111111 11111

Color Harmonies of #7F1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1D53

Black with #7F1D53

Text Example


Text Example

White with #7F1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,29,83); }

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

background-color css

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

 a { background-color: rgb(127,29,83); }

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

border-color css

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

 span { border-color: rgb(127,29,83); }

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